Skip to content

Commit

Permalink
fix: install missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Oct 19, 2023
1 parent fd1b827 commit ea930c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ ARG DEBIAN_FRONTEND=noninteractive
### ---------------
### Package install
### ---------------
RUN apt update && apt install -y \
sudo \
curl
RUN curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -

RUN apt update

RUN apt install -y \
sudo \
zsh \
neofetch \
unzip \
Expand Down

0 comments on commit ea930c7

Please sign in to comment.