8 lines
166 B
Docker
8 lines
166 B
Docker
FROM archlinux/base:latest
|
|
|
|
RUN pacman --sync \
|
|
--refresh \
|
|
--noconfirm \
|
|
--sysupgrade go gcc make git go-bindata
|
|
|
|
WORKDIR /workspace |