build-image/Dockerfile

8 lines
166 B
Docker
Raw Normal View History

2019-04-18 15:33:44 +00:00
FROM archlinux/base:latest
RUN pacman --sync \
--refresh \
--noconfirm \
2019-06-15 16:42:16 +00:00
--sysupgrade go gcc make git go-bindata
2019-04-18 15:33:44 +00:00
WORKDIR /workspace