Skip to content

Commit

Permalink
fix: set /usr/bin/dash as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnjolitz committed Oct 16, 2024
1 parent 20d26f5 commit 05331f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ ARG BUILD_ROOT='/dest'
ENV BUILD_ROOT=$BUILD_ROOT \
PYTHON_VERSION=$PYTHON_VERSION \
ALPINE_VERSION=$ALPINE_VERSION

COPY --from=buildroot $BUILD_ROOT /
LABEL \
org.opencontainers.image.authors="distroless-python image developers <autumn.jolitz+distroless-python@gmail.com>" \
Expand All @@ -120,4 +119,5 @@ LABEL \
distroless.alpine-version="${ALPINE_VERSION}" \
distroless.base-image="alpine${ALPINE_VERSION}"

SHELL ["/usr/bin/dash", "-c"]
ENTRYPOINT [ "/usr/local/bin/python" ]

0 comments on commit 05331f3

Please sign in to comment.