Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c8e91ed

Browse files
committed
remove the creation of home for the polkadot user
1 parent 2b16ecb commit c8e91ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker/staking_miner-injected.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
apt-get autoremove -y && \
3131
apt-get clean && \
3232
find /var/lib/apt/lists/ -type f -not -name lock -delete; \
33-
useradd -m -u 1000 -U -s /bin/sh
33+
useradd -u 1000 -U -s /bin/sh polkadot
3434
# && \
3535
# mkdir -p /data /polkadot/.local/share && \
3636
# chown -R polkadot:polkadot /data && \

0 commit comments

Comments
 (0)