This commit is contained in:
Simon 2021-05-01 22:41:49 +01:00
parent 13419f96b3
commit 85f50d00de
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.7-alpine
COPY entrypoint-proxy /entrypoint
COPY entrypoint-echo /entrypoint
RUN adduser -D -u 54000 radio && \
apk update && \