mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-20 03:00:12 +08:00
Dockerfile.full build fix
gcc:latest based on trixie that does not have libpcre3-dev available to provide pcre.h
This commit is contained in:
parent
1f92847a63
commit
be777ee219
@ -21,7 +21,8 @@
|
|||||||
# plugins are located in /usr/local/3proxy/libexec (/libexec for chroot config).
|
# plugins are located in /usr/local/3proxy/libexec (/libexec for chroot config).
|
||||||
|
|
||||||
|
|
||||||
FROM gcc AS buildenv
|
FROM gcc:bookworm AS buildenv
|
||||||
|
RUN apt update && apt install -y --no-install-recommends libpcre3-dev && rm -rf /var/lib/apt/lists/*
|
||||||
COPY . 3proxy
|
COPY . 3proxy
|
||||||
RUN cd 3proxy &&\
|
RUN cd 3proxy &&\
|
||||||
echo "">> Makefile.Linux &&\
|
echo "">> Makefile.Linux &&\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user