Skip to content

Commit d02af21

Browse files
committedNov 28, 2023
fix: shell -> bash in dockerfile
1 parent c0bccb7 commit d02af21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ARG SLIM=0
1313

1414
COPY . .
1515

16+
SHELL ["/bin/bash", "-c"]
17+
1618
RUN apt-get update\
1719
&& apt-get install --assume-yes --fix-missing python3.10 python3-pip \
1820
&& if [[ $SLIM = 0 ]] ; \

0 commit comments

Comments
 (0)
Please sign in to comment.