mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
10 lines
116 B
Docker
10 lines
116 B
Docker
FROM golang:1.9-stretch
|
|
|
|
RUN useradd -ms /bin/bash myuser
|
|
|
|
USER myuser
|
|
|
|
WORKDIR /go/src/github.com/dominicbreuker
|
|
|
|
|