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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -5,8 +5,6 @@ FROM node:24-bullseye-slim
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 \
 
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 \