Skip to content

Commit a62fc4d

Browse files
committed
Adding bash
1 parent d1443f2 commit a62fc4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM alpine:latest
22

3+
RUN apk add --no-cache bash
4+
35
ADD ./entrypoint.sh /entrypoint.sh
46
RUN chmod +x /entrypoint.sh
57

0 commit comments

Comments
 (0)