Improve dockerfiles

This commit is contained in:
uazo
2021-06-30 12:44:14 +00:00
parent afacbfa3b3
commit f4027f0511
8 changed files with 53 additions and 10 deletions

View File

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