Compare commits

..

1 commit

Author SHA1 Message Date
87f05f6220 Clean up 2020-08-16 22:15:51 +02:00

View file

@ -5,7 +5,7 @@ RUN \
&& apt-get install --yes python3 git python3-pip libssl-dev libbz2-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& pip3 install --no-cache-dir zeroc-ice \
&& useradd -U -d /mumo -m mumo
&& useradd --system --no-create-home -U mumo
VOLUME ["/data"]