forked from MTSR/mapserver
10 lines
281 B
Docker
10 lines
281 B
Docker
|
from ubuntu
|
||
|
|
||
|
run apt-get update &&\
|
||
|
apt-get install -y gcc-mingw-w64 gcc-5-arm-linux-gnueabihf gcc-i686-linux-gnu &&\
|
||
|
apt-get install -y software-properties-common git &&\
|
||
|
add-apt-repository ppa:longsleep/golang-backports &&\
|
||
|
apt-get update &&\
|
||
|
apt-get install -y golang-go
|
||
|
|