Update libc6 to latest version

This commit is contained in:
Cyb3r-Jak3 2024-09-09 17:45:17 -04:00
parent f3da872c45
commit 0017df71a2
No known key found for this signature in database
2 changed files with 15 additions and 4 deletions

View file

@ -4,6 +4,14 @@ LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp
EXPOSE 143/tcp
RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
--mount=target=/var/cache/apt,type=cache,sharing=locked \
rm -f /etc/apt/apt.conf.d/docker-clean \
&& apt-get update \
&& apt-get -y --no-install-recommends install \
libc6
WORKDIR /protonmail
# Copy bash scripts