Skip to content

Commit

Permalink
FIX more build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 4, 2023
1 parent eba265c commit bfc2c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theia-jepst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -ex; \
\
fi

ENV GO_VERSION=1.19 \
ENV GO_VERSION=1.21.0 \
GOOS=linux \
GOARCH=amd64 \
GOROOT=/opt/go \
Expand Down
4 changes: 2 additions & 2 deletions theia-procdesign/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -eux; \
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia

ARG USER=anubis
ARG GDB_VERSION=11.1
ARG GDB_VERSION=13.2

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

Expand Down Expand Up @@ -54,7 +54,7 @@ RUN set -ex; \
git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \
cd /opt/pwndbg; \
git submodule update --init --recursive; \
pip3 install --no-cache-dir -r /opt/pwndbg/requirements.txt; \
pip3 install --no-cache-dir -e /opt/pwndbg; \
rm -rf /tmp/*; \
rm -rf /usr/share/doc; \
rm -rf /var/lib/apt/lists/*; \
Expand Down

0 comments on commit bfc2c4a

Please sign in to comment.