new sources format, who knew?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-15 18:12:50 +01:00
parent c686d6fe91
commit da199f3fe0
2 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
FROM debian:stable-slim
RUN ls -la /etc/apt/sources* && \
sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/sources.list && \
sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list && \
apt-get update && apt-get install -y \
RUN sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/sources.list.d/debian.sources && \
sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list.d/debian.sources
RUN apt-get update && apt-get install -y \
dnsutils procps nmap bash iputils-ping bash
RUN apt-get remove -y --purge man-db ;\