Twan07 commited on
Commit
c2243fd
·
verified ·
1 Parent(s): f350cec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM node:22
3
  USER root
4
  RUN apt-get update && apt-get install -y \
5
  git \
 
6
  build-essential \
7
  python3 \
8
  pkg-config \
 
3
  USER root
4
  RUN apt-get update && apt-get install -y \
5
  git \
6
+ sudo \
7
  build-essential \
8
  python3 \
9
  pkg-config \