From 520c35bbfebefde4581d7bdb52688ab15576e60a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 15 Jun 2019 18:42:16 +0200 Subject: [PATCH] fix: include go-bindata and gcc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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