File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ADD portage_and_overlay.tar.xz /
4
4
RUN echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf && \
5
5
sed -i 's#-livecd#-drivers -pulseaudio -vnc opencl#' /etc/portage/make.conf && \
6
6
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 && \
7
8
echo 'xfce-base/xfce4-meta -upower' >> /etc/portage/profile/package.use/pentoo && \
8
9
# go is needed for termshark but has a dep loop
9
10
emerge --getbinpkg=y --buildpkg=n --jobs=$(nproc) dev-lang/go --oneshot && \
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- VERS=" 0.20 "
2
+ VERS=" 0.21 "
3
3
DISTRO=" blackarch"
4
4
docker build . --pull -f " Dockerfile.${DISTRO} " -t rfhs/${DISTRO} :${VERS}
5
5
docker tag rfhs/${DISTRO} :${VERS} rfhs/${DISTRO} :latest
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- VERS=" 0.20 "
2
+ VERS=" 0.21 "
3
3
DISTRO=" kali"
4
4
docker build . --pull -f " Dockerfile.${DISTRO} " -t rfhs/${DISTRO} :${VERS}
5
5
docker tag rfhs/${DISTRO} :${VERS} rfhs/${DISTRO} :latest
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- VERS=" 0.20 "
2
+ VERS=" 0.21 "
3
3
DISTRO=" parrot"
4
4
docker build . --pull -f " Dockerfile.${DISTRO} " -t rfhs/${DISTRO} :${VERS}
5
5
docker tag rfhs/${DISTRO} :${VERS} rfhs/${DISTRO} :latest
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- VERS=" 0.21 "
2
+ VERS=" 0.22 "
3
3
DISTRO=" pentoo"
4
4
# ./make_gentoo_cache.sh
5
5
docker build . --pull -f " Dockerfile.${DISTRO} " -t rfhs/${DISTRO} :${VERS}
You can’t perform that action at this time.
0 commit comments