Browse Source

Add all packages in one command

pull/9/head
Daniel Oaks 5 years ago
parent
commit
db9c3c79a9
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      Dockerfile

+ 1
- 3
Dockerfile View File

@@ -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…
Cancel
Save