Skip to content

Commit d5a39bb

Browse files
committed
FIX a bunch of stuff
1 parent 85f218a commit d5a39bb

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ THEIA_IDES := \
1010
theia-cpp theia-procdesign theia-admin theia-golang \
1111
theia-flask-310 \
1212
theia-mysql-310 \
13-
theia-devops theia-osiris theia-pincer
13+
theia-devops
1414

1515
WEBTOP_BASE_IDES := \
1616
webtop-base-310 webtop-base-39 webtop-base-38

theia-cpp/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -eux; \
1616
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
1717

1818
ARG USER=anubis
19-
ARG GDB_VERSION=14.1
19+
ARG GDB_VERSION=16.3
2020

2121
COPY --from=vsix /webfreak-debug.vsix /opt/code-server/webfreak-debug.vsix
2222

@@ -53,6 +53,7 @@ RUN set -ex; \
5353
git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \
5454
cd /opt/pwndbg; \
5555
git submodule update --init --recursive; \
56+
sed -i 's/"pt",//' pyproject.toml; \
5657
pip3 install --no-cache-dir -e /opt/pwndbg; \
5758
touch /opt/pwndbg/.skip-venv; \
5859
\

theia-osiris/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN set -ex; \
6262
git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \
6363
cd /opt/pwndbg; \
6464
git submodule update --init --recursive; \
65+
sed -i 's/"pt",//' pyproject.toml; \
6566
pip3 install --no-cache-dir -e /opt/pwndbg; \
6667
touch /opt/pwndbg/.skip-venv; \
6768
\

theia-pincer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN set -ex; \
5656
git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \
5757
cd /opt/pwndbg; \
5858
git submodule update --init --recursive; \
59+
sed -i 's/"pt",//' pyproject.toml; \
5960
pip3 install --no-cache-dir -e /opt/pwndbg; \
6061
\
6162
`# Cleanup` \

theia-procdesign/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN set -ex; \
5353
git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \
5454
cd /opt/pwndbg; \
5555
git submodule update --init --recursive; \
56+
sed -i 's/"pt",//' pyproject.toml; \
5657
pip3 install --no-cache-dir -e /opt/pwndbg; \
5758
rm -rf /tmp/*; \
5859
rm -rf /usr/share/doc; \

0 commit comments

Comments
 (0)