Skip to content

Commit

Permalink
add node 14 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Willis Chou committed Dec 25, 2021
1 parent 7f47566 commit 4db1c50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get install -y \
bash \
&& pip install --upgrade pip \
&& pip install --no-cache-dir awscli==1.16.270 \
&& apt-get clean \
&& rm -rf /var/cache/apt/* /root/.cache/pip/*

# kubectl
Expand All @@ -33,3 +34,7 @@ RUN git clone https://github.com/AGWA/git-crypt.git \
&& cd git-crypt \
&& make \
&& make install PREFIX=/usr/local
# nodejs
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g [email protected]

0 comments on commit 4db1c50

Please sign in to comment.