update pkg versions to match Ubuntu 24.04 LTS
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 6m59s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 6m59s
This commit is contained in:
parent
9a9c612951
commit
d637b4f422
@ -29,7 +29,7 @@ RUN make -j4
|
|||||||
|
|
||||||
FROM base AS cloudron
|
FROM base AS cloudron
|
||||||
RUN apt update && apt install -y --no-install-recommends \
|
RUN apt update && apt install -y --no-install-recommends \
|
||||||
liblmdb0 libflatbuffers1 libsecp256k1-0 libb2-1 libzstd1 \
|
liblmdb0 libflatbuffers2 libsecp256k1-1 libb2-1 libzstd1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user