Skip to content

Commit b452d44

Browse files
committed
Update Dockerfile
1 parent 739334f commit b452d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source=https://github.com/Teahouse-Studios/akari-
66
LABEL org.opencontainers.image.vendor="Teahouse Studios"
77
LABEL org.opencontainers.image.licenses=MIT
88
LABEL org.opencontainers.image.title="AkariBot WebRender"
9-
MAINTAINER Teahouse Studios <admin@teahou.se>
9+
LABEL maintainer="Teahouse Studios <admin@teahou.se>"
1010

1111
WORKDIR /akari-bot-webrender
1212
ADD . .
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333
libasound2 \
3434
&& rm -rf /var/lib/apt/lists/*
3535

36-
RUN pip install --no-cache-dir -r requirements.txt
36+
RUN pip install -r requirements.txt
3737
RUN playwright install-deps
3838
RUN playwright install
3939

0 commit comments

Comments
 (0)