Skip to content

Commit

Permalink
dockerfile: removed extra apt update and removed get from nodejs install
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed May 4, 2022
1 parent 4e8e3d8 commit 08295ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ USER root
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt update \
&& apt install keychain \
&& apt-get update \
&& apt-get install -y nodejs
&& apt install -y nodejs
USER $NB_UID

RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-361.0.0-linux-x86_64.tar.gz \
Expand Down

0 comments on commit 08295ad

Please sign in to comment.