Browse Source

Fix: Don't add curl, it is already in base image

merge-requests/230/head
Jonas Zohren 4 years ago
parent
commit
f87c5e1f3a
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463
  1. 1
      Dockerfile

1
Dockerfile

@ -46,7 +46,6 @@ ENV CONDUIT_CONFIG="/srv/conduit/conduit.toml" @@ -46,7 +46,6 @@ ENV CONDUIT_CONFIG="/srv/conduit/conduit.toml"
# libgcc: Apparently this is needed, even if I (@jfowl) don't know exactly why. But whatever, it's not that big.
RUN apk add --no-cache \
ca-certificates \
curl \
libgcc

Loading…
Cancel
Save