build-image/Dockerfile

8 lines
151 B
Docker
Raw Normal View History

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