From ae6211525e6adbc70e39f472de45c8ca77ba9847 Mon Sep 17 00:00:00 2001 From: John McCann Cunniff Jr Date: Mon, 26 Feb 2024 19:05:35 -0500 Subject: [PATCH] FIX remove debug --- theia-osiris/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theia-osiris/Dockerfile b/theia-osiris/Dockerfile index bb7f12b..dec0f57 100644 --- a/theia-osiris/Dockerfile +++ b/theia-osiris/Dockerfile @@ -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 \