This commit is contained in:
2023-09-24 11:14:47 +03:00
parent 1f4d84b611
commit 52f8bfbda4
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ RUN make -j $(nproc)
FROM ubuntu:focal as prod
ARG DEBIAN_FRONTEND=noninteractive
ARG SUPER_USER_PASSWORD
ARG SUPER_USER_PASSWORD=12345678
#RUN adduser mumble
RUN apt-get update && apt-get install --no-install-recommends -y \