From e933f55ac86072c4df67ea0a696dd17b195f0aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Wed, 25 Oct 2023 12:09:24 +0200 Subject: [PATCH] Use alpine:3 --- selenium/video/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selenium/video/Dockerfile b/selenium/video/Dockerfile index d49c0893a..90a411e80 100644 --- a/selenium/video/Dockerfile +++ b/selenium/video/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3 RUN apk add -U x264-libs sdl2 libxcb libbz2 xset pulseaudio-utils ffmpeg && \ rm -rf /var/cache/apk/*