Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
dockerize
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Feb 27, 2015
1 parent 89e4431 commit 4e30687
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM golang:1.4

RUN apt-get update
RUN apt-get -y install sudo

COPY . /go/src/github.com/jwilder/docker-squash
RUN go get github.com/jwilder/docker-squash

ENTRYPOINT ["docker-squash"]

0 comments on commit 4e30687

Please sign in to comment.