api-ix commited on
Commit
05412ff
·
verified ·
1 Parent(s): b9cd572

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ FROM node:24-bullseye-slim
5
  ###############################################################################
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends \
 
 
8
  wget curl unzip \
9
  # Chrome/Playwright deps copied from the first Dockerfile
10
  fonts-liberation \
 
5
  ###############################################################################
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends \
8
+ # Basic tools
9
+ git ca-certificates python3 python3-pip build-essential make \
10
  wget curl unzip \
11
  # Chrome/Playwright deps copied from the first Dockerfile
12
  fonts-liberation \