Skip to content

Commit

Permalink
fix: install wget in DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Jan 7, 2022
1 parent 2fea61f commit 4d357cf
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 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN apt-get update -qq --fix-missing && \
apt-get install -qq -y curl build-essential libssl-dev libgmp-dev \
libsodium-dev nlohmann-json3-dev git nasm
libsodium-dev nlohmann-json3-dev git nasm wget

# Install Node & NPM via nvm
ENV NODE_VERSION=15.8.0
Expand Down

0 comments on commit 4d357cf

Please sign in to comment.