1
0
forked from MTSR/mapserver
mapserver/docker_builder/Dockerfile

10 lines
286 B
Docker
Raw Normal View History

2019-03-29 11:07:06 +03:00
FROM ubuntu:bionic
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
RUN add-apt-repository ppa:longsleep/golang-backports &&\
apt-get update &&\
apt-get install -y golang-go