Curl is already installed as default

This commit is contained in:
Mickael Remond 2018-01-01 19:13:30 +01:00
parent 4016e15a6a
commit 76a6d35a8b
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -1,9 +1,4 @@
FROM golang:1.9 FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp WORKDIR /go/src/fluux.io/xmpp
COPY . ./ 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 ./... RUN go get -t -v ./...