Skip to content

Commit

Permalink
perf: change build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 1, 2024
1 parent 6373460 commit 9abe703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG DEPENDENCIES=" \
ARG APT_MIRROR=http://deb.debian.org

RUN set -ex \
&& sed -i "s/deb.debian.org/${APT_MIRROR}/g" /etc/apt/sources.list \
&& sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends ${DEPENDENCIES} \
&& apt-get clean

0 comments on commit 9abe703

Please sign in to comment.