File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
1515WEBTOP_BASE_IDES := \
1616 webtop-base-310 webtop-base-39 webtop-base-38
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -eux; \
1616FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
1717
1818ARG USER=anubis
19- ARG GDB_VERSION=14.1
19+ ARG GDB_VERSION=16.3
2020
2121COPY --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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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` \
Original file line number Diff line number Diff 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; \
You can’t perform that action at this time.
0 commit comments