dropshell_alpine working. Example for xxhash recursive made.
This commit is contained in:
21
docker/dropshell_alpine/Dockerfile.build
Normal file
21
docker/dropshell_alpine/Dockerfile.build
Normal file
@ -0,0 +1,21 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
build-base \
|
||||
cmake \
|
||||
git \
|
||||
ncurses-dev \
|
||||
pkgconfig \
|
||||
libtbb-dev \
|
||||
xxhash-dev \
|
||||
bash
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
COPY --chmod=755 docker/dropshell_alpine/_create_dropshell.sh /scripts/
|
||||
|
||||
RUN rm -rf build
|
||||
|
||||
CMD ["/bin/bash","/scripts/_create_dropshell.sh"]
|
Reference in New Issue
Block a user