moriire commited on
Commit
d118378
·
verified ·
1 Parent(s): a5fcdf4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ FROM python:3.11-slim-bullseye
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \
6
  python3-pip \
 
 
7
  ninja-build \
8
  build-essential \
9
  pkg-config \
 
4
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
  python3 \
6
  python3-pip \
7
+ gcc-11 \
8
+ g++-11 \
9
  ninja-build \
10
  build-essential \
11
  pkg-config \