Skip to content

Commit

Permalink
fix use flags and bump versions for issues #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Sep 17, 2021
1 parent bf63bce commit 14d2072
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions contestant_containers/Dockerfile.pentoo
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ADD portage_and_overlay.tar.xz /
RUN echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf && \
sed -i 's#-livecd#-drivers -pulseaudio -vnc opencl#' /etc/portage/make.conf && \
echo 'pentoo/pentoo-wireless pentoo-full' >> /etc/portage/profile/package.use/pentoo && \
echo 'pentoo/pentoo-radio -bladerf -bluetooth -hackrf -limesdr -plutosdr -rtlsdr' >> /etc/portage/profile/package.use/pentoo && \
echo 'xfce-base/xfce4-meta -upower' >> /etc/portage/profile/package.use/pentoo && \
# go is needed for termshark but has a dep loop
emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) dev-lang/go --oneshot && \
Expand Down
2 changes: 1 addition & 1 deletion contestant_containers/build-blackarch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERS="0.20"
VERS="0.21"
DISTRO="blackarch"
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest
Expand Down
2 changes: 1 addition & 1 deletion contestant_containers/build-kali
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERS="0.20"
VERS="0.21"
DISTRO="kali"
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest
Expand Down
2 changes: 1 addition & 1 deletion contestant_containers/build-parrot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERS="0.20"
VERS="0.21"
DISTRO="parrot"
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
docker tag rfhs/${DISTRO}:${VERS} rfhs/${DISTRO}:latest
Expand Down
2 changes: 1 addition & 1 deletion contestant_containers/build-pentoo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERS="0.21"
VERS="0.22"
DISTRO="pentoo"
#./make_gentoo_cache.sh
docker build . --pull -f "Dockerfile.${DISTRO}" -t rfhs/${DISTRO}:${VERS}
Expand Down

0 comments on commit 14d2072

Please sign in to comment.