We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a8099 commit 3f94a2bCopy full SHA for 3f94a2b
Dockerfile
@@ -2,7 +2,7 @@
2
3
FROM python:3.9-alpine3.15
4
5
-RUN apk add --no-cache bash su-exec && \
+RUN apk add --no-cache su-exec && \
6
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
7
if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi
8
entrypoint.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/ash
# Add local user
# Either use the LOCAL_USER_ID if passed in at runtime or
0 commit comments