From 3b2f936cd250c9b55a00e8e07f52edfb95194ebc Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Apr 2025 23:11:17 +1200 Subject: [PATCH] working --- docker/dropshell_alpine/Dockerfile.build | 4 ---- docker/dropshell_alpine/Dockerfile.run | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docker/dropshell_alpine/Dockerfile.build b/docker/dropshell_alpine/Dockerfile.build index aa87d26..b2decd1 100644 --- a/docker/dropshell_alpine/Dockerfile.build +++ b/docker/dropshell_alpine/Dockerfile.build @@ -3,11 +3,7 @@ FROM alpine:latest RUN apk add --no-cache \ build-base \ cmake \ - git \ - ncurses-dev \ pkgconfig \ - libtbb-dev \ - xxhash-dev \ bash WORKDIR /app diff --git a/docker/dropshell_alpine/Dockerfile.run b/docker/dropshell_alpine/Dockerfile.run index 20cf002..bde8984 100644 --- a/docker/dropshell_alpine/Dockerfile.run +++ b/docker/dropshell_alpine/Dockerfile.run @@ -1,10 +1,10 @@ FROM alpine:latest RUN apk add --no-cache \ - libtbb \ - xxhash-dev \ bash \ - nano + nano \ + libstdc++ \ + libgcc WORKDIR /app