fix(go-bindata): use go-bindata from go-bindata/go-bindata instead arm arch repo

This commit is contained in:
Markus Pesch 2019-08-25 21:08:16 +02:00
parent 88bab7f6ff
commit 40afa7b615
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,9 @@ FROM archlinux/base:latest
RUN pacman --sync \
--refresh \
--noconfirm \
--sysupgrade go gcc make git go-bindata
--sysupgrade go gcc make git which
ENV PATH="/root/.cargo/bin:${PATH}"
ENV PATH="/root/.cargo/bin:/root/go/bin:${PATH}"
COPY installation-scripts /tmp/installation-scripts
RUN chmod +x /tmp/installation-scripts/* && \

View File

@ -0,0 +1,3 @@
#!/bin/bash
go get -u github.com/go-bindata/go-bindata/...