File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM debian:wheezy
2
2
3
3
# SCMs for "go get", gcc for cgo
4
4
RUN apt-get update && apt-get install -y \
5
- ca-certificates curl gcc libc6-dev \
6
- bzr git mercurial make \
5
+ ca-certificates curl gcc libc6-dev make \
6
+ bzr git mercurial \
7
7
--no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM debian:wheezy
2
2
3
3
# SCMs for "go get", gcc for cgo
4
4
RUN apt-get update && apt-get install -y \
5
- ca-certificates curl gcc libc6-dev \
6
- bzr git mercurial make \
5
+ ca-certificates curl gcc libc6-dev make \
6
+ bzr git mercurial \
7
7
--no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM debian:wheezy
2
2
3
3
# SCMs for "go get", gcc for cgo
4
4
RUN apt-get update && apt-get install -y \
5
- ca-certificates curl gcc libc6-dev \
6
- bzr git mercurial make \
5
+ ca-certificates curl gcc libc6-dev make \
6
+ bzr git mercurial \
7
7
--no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM debian:wheezy
2
2
3
3
# SCMs for "go get", gcc for cgo
4
4
RUN apt-get update && apt-get install -y \
5
- ca-certificates curl gcc libc6-dev \
6
- bzr git mercurial make \
5
+ ca-certificates curl gcc libc6-dev make \
6
+ bzr git mercurial \
7
7
--no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM debian:wheezy
2
2
3
3
# SCMs for "go get", gcc for cgo
4
4
RUN apt-get update && apt-get install -y \
5
- ca-certificates curl gcc libc6-dev \
6
- bzr git mercurial make \
5
+ ca-certificates curl gcc libc6-dev make \
6
+ bzr git mercurial \
7
7
--no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
You can’t perform that action at this time.
0 commit comments