Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson authored Aug 13, 2024
1 parent 3b93537 commit 3c82615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ RUN \
# For some reason the rustup script is unable to correctly identify the
# environment if we are building an i386 image on an x86_64 system, so we need
# to provide this information manually.
$(if [ "$TARGETPLATFORM" = "linux/386" ]; then echo "--default-host i686-unknown-linux-gnu"; fi); \
$(if [ "$TARGETPLATFORM" = "linux/386" ]; then echo "--default-host i686-unknown-linux-gnu"; fi) && \
. "$HOME/.cargo/env"; \
fi && \
. "$HOME/.cargo/env" && \
# Install certbot.
pip3 install -r /requirements.txt && \
# And the supported extra authenticators.
Expand Down

0 comments on commit 3c82615

Please sign in to comment.