Skip to content

Instantly share code, notes, and snippets.

View kenichi-odo's full-sized avatar

Kenichi Odo kenichi-odo

View GitHub Profile
@kenichi-odo
kenichi-odo / Dockerfile
Created September 27, 2017 04:18
CircleCI 2.0でGlide管理のGoをGAEにデプロイする ref: http://qiita.com/kenichi_odo/items/074f1b9541dd0487f1d8
FROM golang:1.9.0
ENV _HOME=/root
RUN apt-get update
RUN apt-get install -y unzip
RUN curl https://glide.sh/get | sh
RUN mkdir $_HOME/download
RUN curl -o $_HOME/download/go_appengine_sdk_1.9.58.zip https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.58.zip