From 9e518b293059a5f66004c9cf0e562be6540a377d Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 8 Oct 2024 16:10:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=EF=BC=8Carm=20=E4=B8=AD=E6=B2=A1=E6=9C=89=20/libx32=20all-in-o?= =?UTF-8?q?ne=20=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55dbf6b..15cb1d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,10 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=lion \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && apt-get update \ && apt-get install -y --no-install-recommends ${DEPENDENCIES} \ + && apt-get clean \ && sed -i "s@# export @export @g" ~/.bashrc \ - && sed -i "s@# alias @alias @g" ~/.bashrc + && sed -i "s@# alias @alias @g" ~/.bashrc \ + && mkdir -p /lib32 /libx32 WORKDIR /opt/lion @@ -67,4 +69,4 @@ EXPOSE 8081 STOPSIGNAL SIGQUIT -CMD [ "supervisord", "-c", "/etc/supervisor/supervisord.conf" ] \ No newline at end of file +CMD [ "supervisord", "-c", "/etc/supervisor/supervisord.conf" ]