We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d477aa7 commit bd6fb2dCopy full SHA for bd6fb2d
Dockerfile
@@ -5,9 +5,6 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
5
RUN chmod +x ./kubectl
6
RUN mv ./kubectl /usr/local/bin/kubectl
7
8
-ENV HOME /root
9
-WORKDIR $HOME
10
-
11
COPY env_var_helper_client.sh env_var_helper_client.rb ./
12
RUN chmod +x env_var_helper_client.sh
13
0 commit comments