tuanchris пре 9 месеци
родитељ
комит
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 \