missed a slash
This commit is contained in:
parent
48729e78cb
commit
bf0dc0fa86
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ 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 \
|
||||||
&& curl -sL https://deb.nodesource.com/setup_22.x | sudo bash - \
|
&& curl -sL https://deb.nodesource.com/setup_22.x | sudo bash - \
|
||||||
&& apt-get install -qy --no-install-recommends nodejs
|
&& 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/*
|
&& 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