We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d345d10 commit 81ac548Copy full SHA for 81ac548
Dockerfile
@@ -151,6 +151,10 @@ RUN if [ "$FULL_BUILD" = "true" ]; then \
151
./.user.sh server noextra; \
152
fi
153
154
+LABEL description="An environment for CTF and reverse-engineering!"
155
+LABEL PWNBOX_USER_ID=1000
156
+LABEL SEABOX_USER_ID=1000
157
+
158
# In the WSL build, include ghidra
159
FROM base AS wsl
160
COPY --chown=ubuntu install_ghidra.sh ./.install_ghidra.sh
@@ -159,6 +163,6 @@ RUN ./.install_ghidra.sh
163
COPY --chown=ubuntu wsl.sh ./.wsl.sh
164
RUN sudo ./.wsl.sh
161
165
162
-
166
LABEL description="An environment for CTF and reverse-engineering!"
167
LABEL PWNBOX_USER_ID=1000
168
0 commit comments