This commit is contained in:
Your Name 2025-04-29 23:11:17 +12:00
parent b770558c68
commit 3b2f936cd2
2 changed files with 3 additions and 7 deletions

View File

@ -3,11 +3,7 @@ FROM alpine:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
build-base \ build-base \
cmake \ cmake \
git \
ncurses-dev \
pkgconfig \ pkgconfig \
libtbb-dev \
xxhash-dev \
bash bash
WORKDIR /app WORKDIR /app

View File

@ -1,10 +1,10 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
libtbb \
xxhash-dev \
bash \ bash \
nano nano \
libstdc++ \
libgcc
WORKDIR /app WORKDIR /app