migrate dockerfile to alpine
This commit is contained in:
+2
-3
@@ -1,8 +1,7 @@
|
|||||||
FROM ubuntu:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update && apt upgrade -y
|
RUN apk update && apk add --no-cache python3 py3-pip chromium chromium-chromedriver git
|
||||||
RUN apt install -y python3 python3-pip chromium-browser chromium-chromedriver git
|
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user