mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
KASM-7857 remove outguess from tracelabs
This commit is contained in:
parent
0e9f8ef8a8
commit
53ed297dfa
2 changed files with 4 additions and 4 deletions
|
|
@ -10,15 +10,14 @@ WORKDIR $HOME
|
|||
|
||||
######### Customize Container Here ###########
|
||||
|
||||
# Install Firefox first to avoid p11-kit version conflicts
|
||||
COPY ./src/ubuntu/install/firefox/ $INST_SCRIPTS/firefox/
|
||||
RUN bash $INST_SCRIPTS/firefox/install_firefox.sh && rm -rf $INST_SCRIPTS/firefox/
|
||||
|
||||
# Install Tracelabs utils
|
||||
COPY ./src/ubuntu/install/tracelabs $INST_SCRIPTS/tracelabs/
|
||||
RUN bash $INST_SCRIPTS/tracelabs/install_tracelabs.sh && rm -rf $INST_SCRIPTS/tracelabs/
|
||||
|
||||
# Install Firefox
|
||||
COPY ./src/ubuntu/install/firefox/ $INST_SCRIPTS/firefox/
|
||||
RUN bash $INST_SCRIPTS/firefox/install_firefox.sh && rm -rf $INST_SCRIPTS/firefox/
|
||||
|
||||
######### End Customizations ###########
|
||||
|
||||
RUN chown 1000:0 $HOME
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ cat kali-config/variant-tracelabs/package-lists/kali.list.chroot \
|
|||
| sed '/^$/d' \
|
||||
| sed '/firefox-esr/d' \
|
||||
| sed '/kali-desktop-xfce/d' \
|
||||
| sed '/outguess/d' \
|
||||
| xargs --no-run-if-empty apt-get install -y
|
||||
|
||||
sed -i '/m4ll0k/,+3d' kali-config/common/hooks/normal/osint-packages.chroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue