Empereur-Pirate commited on
Commit
ad6f261
·
verified ·
1 Parent(s): 4d28bb5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN apt-get update && \
7
 
8
  WORKDIR /code
9
  COPY requirements.txt /code/requirements.txt
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  # Copy only the source code after installing the dependencies
 
7
 
8
  WORKDIR /code
9
  COPY requirements.txt /code/requirements.txt
10
+ RUN export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
  # Copy only the source code after installing the dependencies