@@ -174,7 +174,7 @@ RUN apt-get update \
174174 texlive-xetex \
175175 tzdata \
176176 zip $ADDITIONAL_BASE_IMAGE_PACKAGES \
177- && curl -fsSL https://deb.nodesource.com/setup_20 .x | bash - \
177+ && curl -fsSL https://deb.nodesource.com/setup_24 .x | bash - \
178178 && apt-get install -y --no-install-recommends --no-install-suggests nodejs \
179179 && apt-get clean \
180180 && rm -fr /var/lib/apt/lists/* /tmp/*
@@ -219,18 +219,18 @@ COPY docker-config/pgfsys-dvisvmg-bbox-fix.patch /tmp
219219RUN echo "PATH=$PATH:$APP_ROOT/webwork2/bin" >> /root/.bashrc \
220220 && mkdir /run/webwork2 /etc/ssl/local \
221221 && cd $APP_ROOT/webwork2/ \
222- && chown www-data DATA ../courses logs tmp /etc/ssl/local /run/webwork2 \
223- && chmod -R u+w DATA ../courses logs tmp /run/webwork2 /etc/ssl/local \
222+ && chown www-data DATA ../courses logs tmp /etc/ssl/local /run/webwork2 \
223+ && chmod -R u+w DATA ../courses logs tmp /run/webwork2 /etc/ssl/local \
224224 && echo "en_US ISO-8859-1\n en_US.UTF-8 UTF-8" > /etc/locale.gen \
225- && /usr/sbin/locale-gen \
226- && echo "locales locales/default_environment_locale select en_US.UTF-8\n debconf debconf/frontend select Noninteractive" > /tmp/preseed.txt \
227- && debconf-set-selections /tmp/preseed.txt \
225+ && /usr/sbin/locale-gen \
226+ && echo "locales locales/default_environment_locale select en_US.UTF-8\n debconf debconf/frontend select Noninteractive" > /tmp/preseed.txt \
227+ && debconf-set-selections /tmp/preseed.txt \
228228 && rm /etc/localtime /etc/timezone && echo "Etc/UTC" > /etc/timezone \
229- && dpkg-reconfigure -f noninteractive tzdata \
229+ && dpkg-reconfigure -f noninteractive tzdata \
230230 && cd $WEBWORK_ROOT/htdocs \
231- && npm install \
231+ && npm install \
232232 && cd $PG_ROOT/htdocs \
233- && npm install \
233+ && npm install \
234234 && patch -p1 -d / < /tmp/pgfsys-dvisvmg-bbox-fix.patch \
235235 && rm /tmp/pgfsys-dvisvmg-bbox-fix.patch
236236
0 commit comments