Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Add initial Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Rombach committed Jan 23, 2019
1 parent bc8476d commit 663ab34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM golang:1.11-alpine

LABEL maintainer="USU Software AG"

RUN apk update && apk add git gcc musl-dev bash

CMD ["/bin/bash"]

ENV HOME /root
WORKDIR /root

0 comments on commit 663ab34

Please sign in to comment.