build-image/Dockerfile

8 lines
151 B
Docker

FROM archlinux/base:latest
RUN pacman --sync \
--refresh \
--noconfirm \
--sysupgrade go make git
WORKDIR /workspace