Skip to content

Commit

Permalink
add wget to image
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Apr 4, 2024
1 parent 8577680 commit b2f22fa
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 @@ -13,7 +13,7 @@ RUN go build -o /tmp/opentonapi github.com/tonkeeper/opentonapi/cmd/api

FROM ubuntu:20.04 as runner
RUN apt-get update && \
apt-get install -y openssl ca-certificates libsecp256k1-0 libsodium23 && \
apt-get install -y openssl ca-certificates libsecp256k1-0 libsodium23 wget && \
rm -rf /var/lib/apt/lists/*
#COPY --from=build /go/pkg/mod/github.com/tonkeeper/tongo*/lib/linux /app/lib/
RUN mkdir -p /app/lib
Expand Down

0 comments on commit b2f22fa

Please sign in to comment.