d3evil4 commited on
Commit
0518fea
·
verified ·
1 Parent(s): c25010e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
 
4
  # Install OS dependencies for Playwright and Chromium
5
  RUN apt-get update && apt-get install -y \
6
- wget gnupg curl unzip \
7
 
8
  # Set work directory
9
  WORKDIR /app
 
3
 
4
  # Install OS dependencies for Playwright and Chromium
5
  RUN apt-get update && apt-get install -y \
6
+ wget gnupg curl unzip
7
 
8
  # Set work directory
9
  WORKDIR /app