Skip to content

Commit

Permalink
add bash to full image (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jan 1, 2023
1 parent cd97f41 commit 0907ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM nimlang/nim:1.6.10-alpine
RUN apk add --no-cache python3 py3-setuptools py3-virtualenv php nodejs npm make git
RUN apk add --no-cache python3 py3-setuptools py3-virtualenv php nodejs npm make git bash
EXPOSE 3434
VOLUME /data
WORKDIR /data
Expand Down

0 comments on commit 0907ab8

Please sign in to comment.