File tree 6 files changed +12
-12
lines changed 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.10
2
2
3
3
RUN apk add --no-cache \
4
- ca-certificates
4
+ ca-certificates \
5
+ # DOCKER_HOST=ssh://... -- https://github.com/docker/cli/pull/1014
6
+ openssh-client
5
7
6
8
# set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses)
7
9
# - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149
Original file line number Diff line number Diff line change 1
1
FROM docker:19.03-rc
2
2
3
- RUN apk add --no-cache \
4
- git \
5
- openssh-client
3
+ RUN apk add --no-cache git
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.10
2
2
3
3
RUN apk add --no-cache \
4
- ca-certificates
4
+ ca-certificates \
5
+ # DOCKER_HOST=ssh://... -- https://github.com/docker/cli/pull/1014
6
+ openssh-client
5
7
6
8
# set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses)
7
9
# - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149
Original file line number Diff line number Diff line change 1
1
FROM docker:19.03
2
2
3
- RUN apk add --no-cache \
4
- git \
5
- openssh-client
3
+ RUN apk add --no-cache git
Original file line number Diff line number Diff line change 1
1
FROM docker:%%VERSION%%
2
2
3
- RUN apk add --no-cache \
4
- git \
5
- openssh-client
3
+ RUN apk add --no-cache git
Original file line number Diff line number Diff line change 1
1
FROM alpine:%%TAG%%
2
2
3
3
RUN apk add --no-cache \
4
- ca-certificates
4
+ ca-certificates \
5
+ # DOCKER_HOST=ssh://... -- https://github.com/docker/cli/pull/1014
6
+ openssh-client
5
7
6
8
# set up nsswitch.conf for Go's "netgo" implementation (which Docker explicitly uses)
7
9
# - https://github.com/docker/docker-ce/blob/v17.09.0-ce/components/engine/hack/make.sh#L149
You can’t perform that action at this time.
0 commit comments