working
This commit is contained in:
parent
b770558c68
commit
3b2f936cd2
@ -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
|
||||
|
@ -1,10 +1,10 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libtbb \
|
||||
xxhash-dev \
|
||||
bash \
|
||||
nano
|
||||
nano \
|
||||
libstdc++ \
|
||||
libgcc
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user