Skip to content

Commit

Permalink
feat: add curl image in dockerfile (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Luthfi Fahlevi <[email protected]>
  • Loading branch information
luthfifahlevi and Muhammad Luthfi Fahlevi authored Aug 23, 2024
1 parent 1a386c8 commit 3d2e7b6
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
Expand Up @@ -2,6 +2,6 @@ FROM alpine:latest

COPY meteor /usr/bin/meteor
RUN apk update
RUN apk add ca-certificates
RUN apk add ca-certificates curl

CMD ["meteor"]

0 comments on commit 3d2e7b6

Please sign in to comment.