mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-12 16:00:11 +08:00
Compare commits
3 Commits
5eb2f4d483
...
93e4057aa0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93e4057aa0 | ||
|
|
10453faa9f | ||
|
|
e0954772e5 |
@ -27,7 +27,7 @@
|
||||
FROM gcc AS buildenv
|
||||
COPY . 3proxy
|
||||
RUN cd 3proxy &&\
|
||||
apt update && apt install libssl-dev libpam-dev libpcre2-dev &&\
|
||||
apt update && apt -y install libssl-dev libpam-dev libpcre2-dev &&\
|
||||
make -f Makefile.Linux &&\
|
||||
strip bin/3proxy &&\
|
||||
strip bin/StringsPlugin.ld.so &&\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user