Skip to content

Commit

Permalink
Moving make per feedback on docker-library#16
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Sep 26, 2014
1 parent 51601fe commit 4359564
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 1.2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:wheezy

# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
ca-certificates curl gcc libc6-dev \
bzr git mercurial make \
ca-certificates curl gcc libc6-dev make \
bzr git mercurial \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions 1.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:wheezy

# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
ca-certificates curl gcc libc6-dev \
bzr git mercurial make \
ca-certificates curl gcc libc6-dev make \
bzr git mercurial \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions 1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:wheezy

# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
ca-certificates curl gcc libc6-dev \
bzr git mercurial make \
ca-certificates curl gcc libc6-dev make \
bzr git mercurial \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions 1.3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:wheezy

# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
ca-certificates curl gcc libc6-dev \
bzr git mercurial make \
ca-certificates curl gcc libc6-dev make \
bzr git mercurial \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions 1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:wheezy

# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
ca-certificates curl gcc libc6-dev \
bzr git mercurial make \
ca-certificates curl gcc libc6-dev make \
bzr git mercurial \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 4359564

Please sign in to comment.