Kaynağa Gözat

Add all packages in one command

pull/9/head
Daniel Oaks 5 yıl önce
ebeveyn
işleme
db9c3c79a9
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1
    3
      Dockerfile

+ 1
- 3
Dockerfile Dosyayı Görüntüle

@@ -1,9 +1,7 @@
1 1
 ## build Oragono
2 2
 FROM golang:rc-alpine AS build-env
3 3
 
4
-RUN apk add --no-cache git
5
-RUN apk add --no-cache make
6
-RUN apk add --no-cache curl
4
+RUN apk add --no-cache git make curl
7 5
 
8 6
 # install goreleaser
9 7
 RUN mkdir -p /go/src/github.com/goreleaser

Loading…
İptal
Kaydet