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