fix(go-bindata): use go-bindata from go-bindata/go-bindata instead arm arch repo
This commit is contained in:
parent
88bab7f6ff
commit
40afa7b615
@ -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/* && \
|
||||
|
3
installation-scripts/03-go-bindata.sh
Normal file
3
installation-scripts/03-go-bindata.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
go get -u github.com/go-bindata/go-bindata/...
|
Loading…
Reference in New Issue
Block a user