missed a slash

This commit is contained in:
Zi Gao 2025-06-08 22:07:40 +10:00
parent 48729e78cb
commit bf0dc0fa86

View file

@ -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 \
&& 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/*