浏览代码

[C++] add new paozhu

hzq 1 年之前
父节点
当前提交
f747d0aac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/C++/paozhu/paozhu.dockerfile

+ 1 - 1
frameworks/C++/paozhu/paozhu.dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:22.04
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common wget unzip cmake git
 RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential locales
 
-RUN apt-get -y install brotli apt-utils
+RUN apt-get -y install apt-utils
 RUN apt-get -y install mysql-client
 
 RUN locale-gen en_US.UTF-8