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