Curl is already installed as default

disco_info_form
Mickael Remond 6 years ago
parent 4016e15a6a
commit 76a6d35a8b
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -1,9 +1,4 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
RUN apt-get update \
&& apt-get install -y \
curl curl \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN go get -t -v ./...
Loading…
Cancel
Save