perf: 不需要清理缓存

pull/8923/head
吴小白 2022-09-29 14:32:02 +08:00 committed by Jiangjie.Bai
parent 28d19fd91f
commit 41732d7a7b
2 changed files with 2 additions and 6 deletions

View File

@ -47,9 +47,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& sed -i "s@# alias l@alias l@g" ~/.bashrc \
&& echo "set mouse-=a" > ~/.vimrc \
&& echo "no" | dpkg-reconfigure dash \
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales \
&& apt-get clean all \
&& rm -rf /var/lib/apt/lists/*
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales
ARG ORACLE_LIB_MAJOR=19
ARG ORACLE_LIB_MINOR=10

View File

@ -46,9 +46,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& sed -i "s@# alias l@alias l@g" ~/.bashrc \
&& echo "set mouse-=a" > ~/.vimrc \
&& echo "no" | dpkg-reconfigure dash \
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales \
&& apt-get clean all \
&& rm -rf /var/lib/apt/lists/*
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales
WORKDIR /tmp/build
COPY ./requirements ./requirements