Skip to content

Commit 01a148e

Browse files
committed
chore: add curl in dockerfile
1 parent 0f5635a commit 01a148e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM alpine:latest
22

33
COPY meteor /usr/bin/meteor
44
RUN apk update
5-
RUN apk add ca-certificates
5+
RUN apk add ca-certificates curl
66

77
CMD ["meteor"]

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN ["make", "build-dev"]
66
FROM alpine:latest
77
COPY --from=base /build/meteor /usr/bin/meteor
88
RUN apk update
9-
RUN apk add ca-certificates
9+
RUN apk add ca-certificates curl
1010

1111
CMD ["meteor"]

0 commit comments

Comments
 (0)