diff --git a/Dockerfile b/Dockerfile index 43a455c..b77a3da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file