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
d26adaceb5
commit
2c84a00180
@ -32,7 +32,8 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN addgroup --system --gid 101 monero && \
|
||||
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,8 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN addgroup --system --gid 101 monero && \
|
||||
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,8 @@ COPY ./scripts /scripts/
|
||||
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
|
||||
|
||||
# Create monero user
|
||||
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
|
||||
RUN addgroup --system --gid 101 monero && \
|
||||
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