Skip to content

Commit cfada9f

Browse files
authored
fix: wrong bash cmd
1 parent b73b0a2 commit cfada9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN cd /home/rust && \
4141

4242
ENV PATH $PATH:/home/rust/osxcross/target/bin
4343

44-
CMD /usr/bin/bash
44+
CMD ["bash"]
4545

4646
# Metadata
4747
LABEL org.opencontainers.image.vendor="Jose Quintana" \

0 commit comments

Comments
 (0)