mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 23:42:14 +08:00
link libcurl static lib
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:buster as builder
|
||||
|
||||
MAINTAINER cppla https://cpp.la
|
||||
|
||||
RUN apt-get update -y && apt-get -y install gcc g++ make
|
||||
RUN apt-get update -y && apt-get -y install gcc g++ make libcurl4-openssl-dev
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user