We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c9918 commit d09ba9cCopy full SHA for d09ba9c
Dockerfile
@@ -1,9 +1,9 @@
1
FROM ubuntu:xenial
2
3
ARG http_proxy=$http_proxy
4
-ARG https_proxy=$http_proxy
5
-ARG HTTP_PROXY=$http_proxy
6
-ARG HTTPS_PROXY=$http_proxy
+ARG https_proxy=$https_proxy
+ARG HTTP_PROXY=$HTTP_PROXY
+ARG HTTPS_PROXY=$HTTPS_PROXY
7
ENV TERM=xterm-256color
8
9
# 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 \
23
wget \
24
git \
25
software-properties-common \
26
+ ssh \
27
&& rm -rf /var/lib/apt/lists/*
28
29
ENV NVM_DIR /usr/local/nvm
0 commit comments