Skip to content

Commit

Permalink
Revert Dockerfile Modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 19, 2024
1 parent 85a9dd7 commit ac0854a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions wormchain/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
FROM golang:1.22.5@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf

#used for a readiness probe
RUN apt update && \
apt-get install -y \
build-essential \
ca-certificates \
curl \
netcat \
jq
RUN apt-get update
RUN apt install -y netcat
RUN apt install -y jq

WORKDIR /app

Expand Down

0 comments on commit ac0854a

Please sign in to comment.