Commit 6876f66 1 parent ecdf4be commit 6876f66 Copy full SHA for 6876f66
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04
2
2
3
3
# 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
5
5
6
6
ENV DISPLAY=$DISPLAY
7
7
@@ -26,6 +26,7 @@ COPY ./config/burp/project-options.json /opt/BurpSuiteCommunity/
26
26
COPY ./config/burp/user-options.json /opt/BurpSuiteCommunity/
27
27
28
28
# Preconfigure BurpSuite
29
+ # TO ENABLE DEBUGGER, COMMENT THIS
29
30
RUN yes | /opt/BurpSuiteCommunity/BurpSuiteCommunity --user-config-file=user-options.json --config-file=project-options.json
30
31
31
32
# magic to avoid Docker caching the file even if they change
You can’t perform that action at this time.
0 commit comments