ZSCGR commited on
Commit
fec1596
·
verified ·
1 Parent(s): e4752e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
 
 
3
  RUN corepack enable
4
  USER root
5
  RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
 
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
3
+ RUN apt-get update && apt-get install -y libgdk-3-dev
4
+ ENV PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig"
5
  RUN corepack enable
6
  USER root
7
  RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y