Skip to content

Commit

Permalink
add curl to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Oct 30, 2023
1 parent 07a9727 commit e63091a
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 @@ -4,7 +4,7 @@ ENV NODE_ENV=production

# use a proper pid 1, see https://blog.ghaiklor.com/2018/02/20/avoid-running-nodejs-as-pid-1-under-docker-images/ and https://github.com/krallin/tini
# otherwise, e.g., `docker stop` will not work properly.
RUN apt update && apt install -y tini
RUN apt update && apt install -y tini curl

COPY ["./cli/target/scala-2.13/scalajs-bundler/main/fun-local-env.js", "/bin/fun-local-env"]

Expand Down

0 comments on commit e63091a

Please sign in to comment.