mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 00:04:23 +01:00
8 lines
270 B
Docker
8 lines
270 B
Docker
FROM golang:1.13
|
|
|
|
RUN curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/0.5.2/dep-linux-amd64 && chmod +x /usr/local/bin/dep
|
|
RUN mkdir -p /go/src/github.com/ktt-ol/spaceDevices
|
|
|
|
ENV HOME=/tmp
|
|
WORKDIR /go/src/github.com/ktt-ol/spaceDevices
|