Skip to content

Commit

Permalink
Change from bash to sh in nightly docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Apr 27, 2018
1 parent b265c5f commit 58834cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ${crystal_deb} /tmp/crystal.deb
# nightly packages do not have valid version numbers
RUN dpkg --force-bad-version -i /tmp/crystal.deb

CMD ["/bin/bash"]
CMD ["/bin/sh"]

FROM runtime as build

Expand All @@ -24,4 +24,4 @@ RUN \

ENV LIBRARY_PATH=/usr/lib/crystal/lib/

CMD ["/bin/bash"]
CMD ["/bin/sh"]

0 comments on commit 58834cd

Please sign in to comment.