We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68173f6 commit fc4daa1Copy full SHA for fc4daa1
Dockerfile
@@ -3,6 +3,7 @@ FROM kalilinux/kali-rolling
3
RUN apt-get update
4
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y default-jdk default-jre curl git live-build cdebootstrap fdisk vim time avahi-daemon apt-cacher-ng
5
RUN echo 'Acquire::http::Proxy "http://localhost:3142";' | tee /etc/apt/apt.conf.d/proxy
6
+RUN echo 'PassThroughPattern: ^(.*):443$'| tee -a /etc/apt-cacher-ng/acng.conf
7
RUN mkdir -p /home/live-build-kali
8
RUN git clone https://gitlab.com/kalilinux/build-scripts/live-build-config /home/live-build-kali
9
0 commit comments