@@ -140,8 +140,6 @@ RUN apt-get update \
140140 libpath-tiny-perl \
141141 libperl-critic-perl \
142142 libphp-serialization-perl \
143- libpod-wsdl-perl \
144- libsoap-lite-perl \
145143 libsql-abstract-perl \
146144 libssl-dev \
147145 libstring-shellquote-perl \
@@ -233,18 +231,18 @@ COPY --from=base /opt/base/pg $APP_ROOT/pg
233231RUN echo "PATH=$PATH:$APP_ROOT/webwork2/bin" >> /root/.bashrc \
234232 && mkdir /run/webwork2 /etc/ssl/local \
235233 && cd $APP_ROOT/webwork2/ \
236- && chown www-data DATA ../courses logs tmp /etc/ssl/local /run/webwork2 \
237- && chmod -R u+w DATA ../courses logs tmp /run/webwork2 /etc/ssl/local \
234+ && chown www-data DATA ../courses logs tmp /etc/ssl/local /run/webwork2 \
235+ && chmod -R u+w DATA ../courses logs tmp /run/webwork2 /etc/ssl/local \
238236 && echo "en_US ISO-8859-1\n en_US.UTF-8 UTF-8" > /etc/locale.gen \
239- && /usr/sbin/locale-gen \
240- && echo "locales locales/default_environment_locale select en_US.UTF-8\n debconf debconf/frontend select Noninteractive" > /tmp/preseed.txt \
241- && debconf-set-selections /tmp/preseed.txt \
237+ && /usr/sbin/locale-gen \
238+ && echo "locales locales/default_environment_locale select en_US.UTF-8\n debconf debconf/frontend select Noninteractive" > /tmp/preseed.txt \
239+ && debconf-set-selections /tmp/preseed.txt \
242240 && rm -f /etc/localtime /etc/timezone && echo "Etc/UTC" > /etc/timezone \
243- && dpkg-reconfigure -f noninteractive tzdata \
241+ && dpkg-reconfigure -f noninteractive tzdata \
244242 && cd $WEBWORK_ROOT/htdocs \
245- && npm install \
243+ && npm install \
246244 && cd $PG_ROOT/htdocs \
247- && npm install
245+ && npm install
248246
249247# ==================================================================
250248# Phase 7 - Final setup and prepare docker-entrypoint.sh
0 commit comments