We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bccb7 commit d02af21Copy full SHA for d02af21
Dockerfile
@@ -13,6 +13,8 @@ ARG SLIM=0
13
14
COPY . .
15
16
+SHELL ["/bin/bash", "-c"]
17
+
18
RUN apt-get update\
19
&& apt-get install --assume-yes --fix-missing python3.10 python3-pip \
20
&& if [[ $SLIM = 0 ]] ; \
0 commit comments