Small QoL fixes thare were really needed

This commit is contained in:
Clément Le Bihan
2023-09-08 19:30:36 +02:00
parent 49bc4f9f45
commit 13d0be4586
8 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.10-alpine
RUN wget -q -O /tmp/websocketd.zip \
https://github.com/joewalnes/websocketd/releases/download/v0.4.1/websocketd-0.4.1-linux_amd64.zip \
&& unzip /tmp/websocketd.zip -d /tmp/websocketd && mv /tmp/websocketd/websocketd /usr/bin \