diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-04 19:58:44 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-04 19:58:44 +0200 |
commit | adca4d518eea9533e6054666ce6e5681c5a6f196 (patch) | |
tree | 4e45cf72f1dbb00f23f94aa65daea99b9c6b0f77 /Dockerfile | |
parent | Update import path (diff) | |
download | gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.gz gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.bz2 gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.zip |
Add custom styles
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,10 +8,10 @@ RUN \ | |||
8 | apk add --update git && \ | 8 | apk add --update git && \ |
9 | rm -rf /var/cache/apk/* | 9 | rm -rf /var/cache/apk/* |
10 | 10 | ||
11 | RUN mkdir -p /go/src/github.com/prologic/gopherproxy | 11 | RUN mkdir -p /go/src/git.feuerfuchs.dev/Feuerfuchs/gopherproxy |
12 | WORKDIR /go/src/github.com/prologic/gopherproxy | 12 | WORKDIR /go/src/git.feuerfuchs.dev/Feuerfuchs/gopherproxy |
13 | 13 | ||
14 | COPY . /go/src/github.com/prologic/gopherproxy | 14 | COPY . /go/src/git.feuerfuchs.dev/Feuerfuchs/gopherproxy |
15 | 15 | ||
16 | RUN go get -v -d | 16 | RUN go get -v -d |
17 | RUN go install -v github.com/prologic/gopherproxy/... | 17 | RUN go install -v git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... |