We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1443f2 commit a62fc4dCopy full SHA for a62fc4d
Dockerfile
@@ -1,5 +1,7 @@
1
FROM alpine:latest
2
3
+RUN apk add --no-cache bash
4
+
5
ADD ./entrypoint.sh /entrypoint.sh
6
RUN chmod +x /entrypoint.sh
7
0 commit comments