link libcurl static lib

This commit is contained in:
cppla
2022-07-15 21:14:39 +08:00
parent f70705d872
commit 2e62ffa593
3 changed files with 19 additions and 2 deletions

View File

@@ -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 . .