Skip to content

Commit d09ba9c

Browse files
author
js-jslog
committed
install ssh and set proxy args independent of one another
1 parent 61c9918 commit d09ba9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ubuntu:xenial
22

33
ARG http_proxy=$http_proxy
4-
ARG https_proxy=$http_proxy
5-
ARG HTTP_PROXY=$http_proxy
6-
ARG HTTPS_PROXY=$http_proxy
4+
ARG https_proxy=$https_proxy
5+
ARG HTTP_PROXY=$HTTP_PROXY
6+
ARG HTTPS_PROXY=$HTTPS_PROXY
77
ENV TERM=xterm-256color
88

99
# Replace shell with bash so we can source files
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends \
2323
wget \
2424
git \
2525
software-properties-common \
26+
ssh \
2627
&& rm -rf /var/lib/apt/lists/*
2728

2829
ENV NVM_DIR /usr/local/nvm

0 commit comments

Comments
 (0)