Skip to content

Commit

Permalink
move apt-transport install to rest of apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jul 13, 2023
1 parent 878295d commit b734c7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ ARG UNAME=app
ARG UID=1000
ARG GID=1000

RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
apt-transport-https

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
apt-transport-https \
nodejs \
vim-tiny

Expand Down

0 comments on commit b734c7e

Please sign in to comment.