Skip to content

Commit 6876f66

Browse files
committed
removed unused packages from i-mig-t Dockerfile
1 parent ecdf4be commit 6876f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/i-mig-t/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04
22

33
# Basic needs
4-
RUN apt update && apt install -y wget bzip2 libqt5gui5 libcanberra-gtk-module libcanberra-gtk3-module libnss3 libdbus-glib-1-2 default-jre default-jdk openjdk-18-jdk
4+
RUN apt update && apt install -y wget bzip2 libqt5gui5 libcanberra-gtk-module libcanberra-gtk3-module libnss3 libdbus-glib-1-2 openjdk-19-jdk
55

66
ENV DISPLAY=$DISPLAY
77

@@ -26,6 +26,7 @@ COPY ./config/burp/project-options.json /opt/BurpSuiteCommunity/
2626
COPY ./config/burp/user-options.json /opt/BurpSuiteCommunity/
2727

2828
# Preconfigure BurpSuite
29+
# TO ENABLE DEBUGGER, COMMENT THIS
2930
RUN yes | /opt/BurpSuiteCommunity/BurpSuiteCommunity --user-config-file=user-options.json --config-file=project-options.json
3031

3132
# magic to avoid Docker caching the file even if they change

0 commit comments

Comments
 (0)