Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Mar 17, 2024
1 parent 7ac73db commit 230102e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG DEBIAN_VERSION="bookworm"
#####################################################################
FROM python:${PYTHON_VERSION}-{DEBIAN_VERSION}-slim as wheels-builder
ARG TARGETPLATFORM
ARG DEBIAN_VERSION

# Install buildtime packages
RUN set -x \
Expand Down Expand Up @@ -43,6 +44,7 @@ WORKDIR /app
# Required to persist build arg
ARG MASS_VERSION
ARG TARGETPLATFORM
ARG DEBIAN_VERSION

RUN set -x \
# add backports repo
Expand Down

0 comments on commit 230102e

Please sign in to comment.