attempt
This commit is contained in:
parent
bf0dc0fa86
commit
abadd0020b
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ LABEL version="1.0"
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -qy --no-install-recommends curl software-properties-common git docker.io \
|
RUN apt-get update && apt-get install -qy --no-install-recommends curl software-properties-common git docker.io sudo
|
||||||
&& curl -sL https://deb.nodesource.com/setup_22.x | sudo bash - \
|
RUN curl -sL https://deb.nodesource.com/setup_22.x | sudo bash -
|
||||||
&& apt-get install -qy --no-install-recommends nodejs \
|
RUN apt-get install -qy --no-install-recommends nodejs
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/*
|
RUN rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue