.
This commit is contained in:
@@ -6,13 +6,17 @@ RUN apk add --no-cache \
|
||||
git \
|
||||
ncurses-dev \
|
||||
pkgconfig \
|
||||
tbb-dev \
|
||||
xxhash-dev
|
||||
libtbb-dev \
|
||||
xxhash-dev \
|
||||
bash
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
COPY --chmod=755 docker/dropshell_alpine_builder/_create_dropshell.sh /scripts/
|
||||
|
||||
RUN rm -rf build
|
||||
|
||||
CMD ["/bin/bash","-c","cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4 && cp build/dropshell /output/ && chmod a+rwx /output/dropshell"]
|
||||
# dropshell makesafecmd "cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4 && cp /app/build/dropshell /output/ && chmod a+rwx /output/dropshell"
|
||||
CMD ["/bin/bash","/scripts/_create_dropshell.sh"]
|
||||
|
Reference in New Issue
Block a user