mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-13 00:40:41 +02:00
Fix monero
This commit is contained in:
parent
3fd9499d4b
commit
d26adaceb5
@ -32,7 +32,7 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
mkdir -p /wallet /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /wallet
|
||||
|
@ -32,7 +32,7 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
mkdir -p /wallet /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /wallet
|
||||
|
@ -32,7 +32,7 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
mkdir -p /wallet /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /home/monero/.bitmonero && \
|
||||
chown -R monero:monero /wallet
|
||||
|
Loading…
Reference in New Issue
Block a user