Skip to content

Commit 0d3a6b3

Browse files
committed
Adding missing packages
1 parent bc28f57 commit 0d3a6b3

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
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
RUN apk add --no-cache bash
3+
RUN apk add --no-cache bash curl cronie
44

55
ADD ./entrypoint.sh /entrypoint.sh
66
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)