File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ RUN \
4242 /root-out/var/log/* && \
4343 echo "**** modify layer repo ****" && \
4444 echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" > /root-out/etc/apt/sources.list && \
45- echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" >> /root-out/etc/apt/sources.list
45+ echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" >> /root-out/etc/apt/sources.list
4646
4747# set version for s6 overlay
48- ARG S6_OVERLAY_VERSION="3.1.6.2 "
48+ ARG S6_OVERLAY_VERSION="3.2.1.0 "
4949ARG S6_OVERLAY_ARCH="x86_64"
5050
5151# add s6 overlay
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ RUN \
4242 /root-out/var/log/* && \
4343 echo "**** modify layer repo ****" && \
4444 echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" > /root-out/etc/apt/sources.list && \
45- echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" >> /root-out/etc/apt/sources.list
45+ echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" >> /root-out/etc/apt/sources.list
4646
4747# set version for s6 overlay
48- ARG S6_OVERLAY_VERSION="3.1.6.2 "
48+ ARG S6_OVERLAY_VERSION="3.2.1.0 "
4949ARG S6_OVERLAY_ARCH="aarch64"
5050
5151# add s6 overlay
You can’t perform that action at this time.
0 commit comments