Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
srflaxu40 committed Apr 3, 2020
1 parent e092b50 commit d1a9b14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
rsync \
vim \
software-properties-common \
build-essential \
libssl-dev \
libffi-dev \
python-dev \
python3-dev \
&& rm -rf /var/lib/apt/lists/* && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" && \
apt-get update && \
apt-get install -y docker-ce=17.06.2~ce-0~ubuntu \
python-dev && \
apt-get install -y docker-ce=17.06.2~ce-0~ubuntu && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
chmod +x ./kubectl && \
mv ./kubectl /usr/local/bin/kubectl && \
Expand Down

0 comments on commit d1a9b14

Please sign in to comment.