This commit is contained in:
parent
5ef14aed31
commit
93193a4d3d
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest AS builder
|
FROM alpine:latest
|
||||||
|
|
||||||
# Install ccache along with other dependencies
|
# Install ccache along with other dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
@ -23,6 +23,7 @@ RUN apk add --no-cache \
|
|||||||
mold \
|
mold \
|
||||||
musl \
|
musl \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
|
ncurses-dev \
|
||||||
ninja \
|
ninja \
|
||||||
perl \
|
perl \
|
||||||
pipx \
|
pipx \
|
||||||
@ -38,8 +39,6 @@ RUN apk add --no-cache \
|
|||||||
zlib-dev \
|
zlib-dev \
|
||||||
zlib-static
|
zlib-static
|
||||||
|
|
||||||
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
|
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user