Преглед на файлове

updated requirements.txt filename in docker

avinash.b преди 1 година
родител
ревизия
ada61d977d
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      Business_cards/Dockerfile

+ 2
- 1
Business_cards/Dockerfile Целия файл

@@ -8,7 +8,8 @@ WORKDIR /opt/bussinesscards
8 8
 COPY . .
9 9
 
10 10
 # Install any needed packages specified in requirements.txt
11
-RUN pip install --no-cache-dir -r requirement.txt
11
+RUN apt update && apt install -y libgl1-mesa-glx && apt --fix-broken install && \
12
+    pip install --no-cache-dir -r requirement.txt
12 13
 
13 14
 # Make port 80 available to the world outside this container
14 15
 EXPOSE 1112

Loading…
Отказ
Запис