fix: 修正构建错误

pull/12960/head
吴小白 2024-04-09 07:05:42 +08:00 committed by Bryan
parent f0e87ef3f8
commit 6a87221c2a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core-apt \
&& echo "no" | dpkg-reconfigure dash \
&& echo "zh_CN.UTF-8" | dpkg-reconfigure locales \
&& sed -i "s@# export @export @g" ~/.bashrc \
&& sed -i "s@# alias @alias @g" ~/.bashrc \
&& sed -i "s@# alias @alias @g" ~/.bashrc
ARG RECEPTOR_VERSION=v1.4.5
RUN set -ex \