Skip to content

Commit 14d2072

Browse files
committed
fix use flags and bump versions for issues #7
1 parent bf63bce commit 14d2072

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

contestant_containers/Dockerfile.pentoo

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ADD portage_and_overlay.tar.xz /
44
RUN echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf && \
55
sed -i 's#-livecd#-drivers -pulseaudio -vnc opencl#' /etc/portage/make.conf && \
66
echo 'pentoo/pentoo-wireless pentoo-full' >> /etc/portage/profile/package.use/pentoo && \
7+
echo 'pentoo/pentoo-radio -bladerf -bluetooth -hackrf -limesdr -plutosdr -rtlsdr' >> /etc/portage/profile/package.use/pentoo && \
78
echo 'xfce-base/xfce4-meta -upower' >> /etc/portage/profile/package.use/pentoo && \
89
# go is needed for termshark but has a dep loop
910
emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) dev-lang/go --oneshot && \

contestant_containers/build-blackarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
VERS="0.20"
2+
VERS="0.21"
33
DISTRO="blackarch"
44
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
55
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest

contestant_containers/build-kali

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
VERS="0.20"
2+
VERS="0.21"
33
DISTRO="kali"
44
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
55
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest

contestant_containers/build-parrot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
VERS="0.20"
2+
VERS="0.21"
33
DISTRO="parrot"
44
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
55
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest

contestant_containers/build-pentoo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
VERS="0.21"
2+
VERS="0.22"
33
DISTRO="pentoo"
44
#./make_gentoo_cache.sh
55
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}

0 commit comments

Comments
 (0)