s
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/pr/test/1 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-19 15:30:27 +02:00
parent 646ab5a9af
commit 4ad569feaf
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -45,6 +45,6 @@ RUN --mount=type=bind,from=download,source=/tmp/docker,target=/tmp/docker \
--mount=type=tmpfs,target=/var/cache \
ls -lA /tmp/docker/ && \
apt-get -qq update && \
apt-get -qq install --yes --no-install-recommends htop wget curl && \
apt-get -qq install --yes --no-install-recommends htop wget curl net-tools && \
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status
USER 1000