Skip to content

Commit

Permalink
FIX pwndbg venv stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Dec 8, 2023
1 parent 3ff6285 commit 382de0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions theia-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ RUN set -ex; \
cd /opt/pwndbg; \
git submodule update --init --recursive; \
pip3 install --no-cache-dir -e /opt/pwndbg; \
touch /opt/pwndbg/.skip-venv; \
\
rm -rf /tmp/*; \
rm -rf /usr/share/doc; \
rm -rf /var/lib/apt/lists/*; \
Expand Down
4 changes: 3 additions & 1 deletion theia-osiris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN set -ex; \
cd /opt/pwndbg; \
git submodule update --init --recursive; \
pip3 install --no-cache-dir -e /opt/pwndbg; \
touch /opt/pwndbg/.skip-venv; \
\
`# radare2` \
cd /opt; \
Expand All @@ -73,7 +74,7 @@ RUN set -ex; \
if [ "$WEBTOP" = "ON" ]; then \
`# iatio` \
apt update; \
apt install -y \
apt install -y \
qttools5-dev qttools5-dev-tools qtbase5-dev qtchooser \
qt5-qmake qtbase5-dev-tools libqt5svg5-dev make pkg-config build-essential; \
cd /opt; \
Expand All @@ -99,3 +100,4 @@ RUN set -ex; \
chown -R ${USER}:${USER} /home/anubis

USER anubis

0 comments on commit 382de0a

Please sign in to comment.