fix: include go-bindata and gcc

This commit is contained in:
Markus Pesch 2019-06-15 18:42:16 +02:00
parent c7fca064f1
commit 520c35bbfe
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -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