There was an error while loading. Please reload this page.
1 parent 739334f commit b452d44Copy full SHA for b452d44
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source=https://github.com/Teahouse-Studios/akari-
6
LABEL org.opencontainers.image.vendor="Teahouse Studios"
7
LABEL org.opencontainers.image.licenses=MIT
8
LABEL org.opencontainers.image.title="AkariBot WebRender"
9
-MAINTAINER Teahouse Studios <admin@teahou.se>
+LABEL maintainer="Teahouse Studios <admin@teahou.se>"
10
11
WORKDIR /akari-bot-webrender
12
ADD . .
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
33
libasound2 \
34
&& rm -rf /var/lib/apt/lists/*
35
36
-RUN pip install --no-cache-dir -r requirements.txt
+RUN pip install -r requirements.txt
37
RUN playwright install-deps
38
RUN playwright install
39
0 commit comments