mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-04 09:13:44 -08:00
Curl is already installed as default
This commit is contained in:
@@ -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 ./...
|
||||
Reference in New Issue
Block a user