You've already forked build-image
fix: include go-bindata and gcc
This commit is contained in:
@ -3,6 +3,6 @@ FROM archlinux/base:latest
|
||||
RUN pacman --sync \
|
||||
--refresh \
|
||||
--noconfirm \
|
||||
--sysupgrade go make git
|
||||
--sysupgrade go gcc make git go-bindata
|
||||
|
||||
WORKDIR /workspace
|
Reference in New Issue
Block a user