Fix users permissions

This commit is contained in:
uazo
2021-08-03 15:26:16 +00:00
parent 5eb7a2fc0f
commit 228297a813
8 changed files with 83 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ COPY config-file .
RUN apt-get update \
&& \
apt-get -y install sudo wget git socat \
apt-get -y install sudo wget git socat redis-server \
&& \
sudo chmod +x ./install-goma-server.sh \
&& \