From 76a6d35a8bd75a8e56847e2f171a35293bdcfc35 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 1 Jan 2018 19:13:30 +0100 Subject: [PATCH] Curl is already installed as default --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23b3b28..9500f68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./... \ No newline at end of file