Guest85
RUN |3 GIT_BRANCH=openssl GIT_TAG= REPO_URL=https://github.com/PurpleI2P/i2pd.git /bin/sh -c mkdir -p "$I2PD_HOME" "$DATA_DIR" && adduser -S -h "$I2PD_HOME" i2pd && chown -R i2pd:nobody "$I2PD_HOME" # buildkit
Guest85
why set user i2pd:nobody? @r4sas