Skip to content

Commit

Permalink
fixup! Prepare for cross-compilation
Browse files Browse the repository at this point in the history
use bash shell in emulated-builder
  • Loading branch information
victorlin committed Dec 22, 2022
1 parent bd7d1e2 commit fd54aa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ RUN /builder-scripts/download-repo https://github.com/nextstrain/auspice release
# ¹ https://github.com/pypa/pip/issues/5453
FROM --platform=$TARGETPLATFORM python:3.10-slim-bullseye AS emulated-builder

# Execute subsequent RUN statements with bash for handy modern shell features.
SHELL ["/bin/bash", "-c"]

# Used for platform-specific instructions
ARG TARGETPLATFORM
ARG TARGETOS
Expand Down

0 comments on commit fd54aa5

Please sign in to comment.