forked from MTSR/mapserver
cache go binaries in Dockerfile
This commit is contained in:
parent
70e859ca07
commit
4ae3ab9058
@ -6,6 +6,7 @@ RUN apt-get update &&\
|
|||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
apt-get install -y golang-go
|
apt-get install -y golang-go
|
||||||
|
|
||||||
|
VOLUME /root/go
|
||||||
COPY ./ /server
|
COPY ./ /server
|
||||||
RUN cd /server && make build
|
RUN cd /server && make build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user