Skip to content

Commit

Permalink
18/bullseye
Browse files Browse the repository at this point in the history
apt upgrade
  • Loading branch information
shambarick authored Jun 18, 2024
1 parent 27bff49 commit 5388afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 18/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM govpf/debian:bullseye

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends nodejs yarn dumb-init \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Expand Down

0 comments on commit 5388afe

Please sign in to comment.