Skip to content

Commit

Permalink
FIX remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 27, 2024
1 parent 3976783 commit ae62115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theia-osiris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG GDB_VERSION=13.2
COPY --from=vsix /webfreak-debug.vsix /opt/code-server/webfreak-debug.vsix
COPY idafree.desktop /usr/share/applications/idafree.desktop

RUN exit 0; set -ex; \
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
git make cmake strace \
Expand Down

0 comments on commit ae62115

Please sign in to comment.