PauloFN commited on
Commit
e91ac38
·
1 Parent(s): f06b873

added libs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED 1
11
  # This is where your application's code will live.
12
  WORKDIR /app
13
 
14
- # RUN apt-get update && apt-get install -y libgl1
15
 
16
  # Copy the requirements file into the container at /app.
17
  # This is done as a separate step to take advantage of Docker's layer caching.
 
11
  # This is where your application's code will live.
12
  WORKDIR /app
13
 
14
+ RUN apt-get update && apt-get install -y libgl1
15
 
16
  # Copy the requirements file into the container at /app.
17
  # This is done as a separate step to take advantage of Docker's layer caching.