Upload Dockerfile
Browse files- 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 \
|