pawanmau01 commited on
Commit
ce8ac2a
·
verified ·
1 Parent(s): 2f16c12

Some changes in docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  libgl1-mesa-glx \
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Install dill package
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  libgl1-mesa-glx \
10
+ libglib2.0-0 \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install dill package