Dharini Baskaran commited on
Commit
606611c
·
1 Parent(s): a47b24f

updating docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM python:3.9-slim
4
  RUN apt-get update && apt-get install -y \
5
  git \
6
  gcc \
 
7
  libglib2.0-0 \
8
  libsm6 \
9
  libxext6 \
 
4
  RUN apt-get update && apt-get install -y \
5
  git \
6
  gcc \
7
+ g++ \
8
  libglib2.0-0 \
9
  libsm6 \
10
  libxext6 \