perf: update apt source config (#16265)
* perf: upgrade os to trixie * perf: update apt source config * perf: Update Dockerfile with new base image tag --------- Co-authored-by: ibuler <ibuler@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>pull/16266/head
parent
f2e346a0c3
commit
4334ae9e5e
|
|
@ -1,4 +1,4 @@
|
|||
FROM jumpserver/core-base:20251111_034148 AS stage-build
|
||||
FROM jumpserver/core-base:20251111_055730 AS stage-build
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ ARG TOOLS=" \
|
|||
ARG APT_MIRROR=http://deb.debian.org
|
||||
|
||||
RUN set -ex \
|
||||
&& sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
|
||||
&& sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list.d/debian.sources \
|
||||
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||
&& apt-get update > /dev/null \
|
||||
&& apt-get -y install --no-install-recommends ${DEPENDENCIES} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue