瀏覽代碼

add missing package

tuanchris 3 月之前
父節點
當前提交
1306757779
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ WORKDIR /app
 
 
 COPY requirements.txt ./
 COPY requirements.txt ./
 RUN apt-get update && apt-get install -y --no-install-recommends \
 RUN apt-get update && apt-get install -y --no-install-recommends \
-        gcc libjpeg-dev zlib1g-dev git \
+        gcc libjpeg-dev zlib1g-dev git util-linux \
     && pip install --upgrade pip \
     && pip install --upgrade pip \
     && pip install --no-cache-dir -r requirements.txt \
     && pip install --no-cache-dir -r requirements.txt \
     && apt-get purge -y gcc \
     && apt-get purge -y gcc \