Fix build script

This commit is contained in:
Junegunn Choi 2015-08-27 22:48:42 +09:00
parent 7f7741099b
commit 0d66ad23c6
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ FROM base/archlinux:2014.07.03
MAINTAINER Junegunn Choi <junegunn.c@gmail.com>
# apt-get
RUN pacman-key --populate archlinux && pacman-key --refresh-keys
RUN pacman-db-upgrade && pacman -Syu --noconfirm base-devel git
# Install Go 1.4

View File

@ -75,7 +75,7 @@ docker-arch:
docker build -t junegunn/arch-sandbox - < Dockerfile.arch
docker-ubuntu:
docker build -t junegunn/arch-sandbox - < Dockerfile.ubuntu
docker build -t junegunn/ubuntu-sandbox - < Dockerfile.ubuntu
arch: docker-arch
docker run -i -t -v $(GOPATH):/go junegunn/$@-sandbox \