remove armv7 workaround

This commit is contained in:
Cyb3r-Jak3 2024-09-30 19:57:00 -04:00
parent abe52a9cfd
commit 439a428a5f
No known key found for this signature in database
3 changed files with 1 additions and 35 deletions

View file

@ -30,30 +30,6 @@ LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp
EXPOSE 143/tcp
# Install dependencies and protonmail bridge
# 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 socat pass libsecret-1-0 ca-certificates
# 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 upgrade -y \
# && apt-get -y --no-install-recommends install \
# libc6 \
# socat \
# pass \
# ca-certificates \
# wget \
# binutils \
# xz-utils \
# libsecret-1-dev \
# libgl1
# Copy bash scripts
COPY gpgparams entrypoint.sh /protonmail/