working
This commit is contained in:
parent
b770558c68
commit
3b2f936cd2
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user