Skip to content

Commit

Permalink
feat: add curl in dockerfile dev (#65)
Browse files Browse the repository at this point in the history
* feat: add curl image in dockerfile

* feat: add curl image in dockerfile dev

* feat: add curl image in dockerfile dev

---------

Co-authored-by: Muhammad Luthfi Fahlevi <[email protected]>
  • Loading branch information
luthfifahlevi and Muhammad Luthfi Fahlevi authored Aug 26, 2024
1 parent 3d2e7b6 commit 9194894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN ["make", "build-dev"]
FROM alpine:latest
COPY --from=base /build/meteor /usr/bin/meteor
RUN apk update
RUN apk add ca-certificates
RUN apk add ca-certificates curl

CMD ["meteor"]

0 comments on commit 9194894

Please sign in to comment.