Compare commits
1 commit
87f05f6220
...
aa818b40f7
Author | SHA1 | Date | |
---|---|---|---|
aa818b40f7 |
1 changed files with 1 additions and 1 deletions
|
@ -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 --system --no-create-home -U mumo
|
||||
&& useradd -U -d /mumo -m mumo
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue