PauloFN commited on
Commit
ec8bffc
·
1 Parent(s): 2877363

added libs

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,6 +21,8 @@ RUN apt-get update && apt-get install -y \
21
  libjpeg-dev \
22
  libpng-dev
23
 
 
 
24
  # Copy the requirements file into the container at /app.
25
  # This is done as a separate step to take advantage of Docker's layer caching.
26
  # If your requirements don't change, this layer won't be rebuilt, speeding up future builds.
 
21
  libjpeg-dev \
22
  libpng-dev
23
 
24
+ RUN mkdir reports
25
+
26
  # Copy the requirements file into the container at /app.
27
  # This is done as a separate step to take advantage of Docker's layer caching.
28
  # If your requirements don't change, this layer won't be rebuilt, speeding up future builds.