Cleanup add muslc-dev for compiling libarchive
This commit is contained in:
parent
4cf98c1c4d
commit
cad17e44ab
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add meson ninja spdlog-dev fmt-dev libarchive-dev \
|
RUN apk add \
|
||||||
g++ libstdc++ libc-dev libgcc \
|
# Base dependencies for `git push` xwim build
|
||||||
doxygen zip \
|
meson ninja spdlog-dev fmt-dev libarchive-dev g++ doxygen \
|
||||||
|
# Dependencies for release build/libarchive build
|
||||||
|
gcc musl-dev make cmake zip binutils libgcc \
|
||||||
&& mkdir /build/
|
&& mkdir /build/
|
||||||
|
|
||||||
COPY ./entrypoint.sh /usr/local/bin
|
COPY ./entrypoint.sh /usr/local/bin
|
||||||
|
|
Loading…
Reference in a new issue