We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e990b commit 9cd3c72Copy full SHA for 9cd3c72
1 file changed
docker/substra-frontend/Dockerfile
@@ -27,7 +27,8 @@ COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
27
COPY --from=build /workspace/dist /usr/share/nginx/html
28
29
RUN apt-get update -y \
30
- && apt-get --allow-remove-essential --auto-remove remove libexpat1 libaom3 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 util-linux-extra util-linux mount libmount1 -y\
+ && apt-get install -y --no-install-recommends glibc-source=2.36-9+deb12u7 \
31
+ && apt-get --allow-remove-essential --auto-remove remove perl-base libexpat1 libaom3 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 util-linux-extra util-linux mount libmount1 -y\
32
&& apt-get clean \
33
&& rm -rf /var/lib/apt/lists/* \
34
&& mv /usr/share/nginx/html/index.html /usr/share/nginx/html/index-template.html
0 commit comments