Skip to content
Snippets Groups Projects
Commit afc4c389 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

parent f055883f
No related branches found
No related tags found
1 merge request!7Beta
Pipeline #2658 failed
......@@ -47,9 +47,9 @@ RUN chmod 0644 /etc/cron.d/backup
# Add papermc user and group, then change ownership of /papermc and /backup to this user
RUN groupadd -g ${GUID} ${papermc_group} \
useradd -g ${GUID} -l -M -s /bin/false -u ${GUID} ${papermc_user} \
chown -R ${GUID} /papermc/ \
RUN groupadd -g ${GUID} ${papermc_group}
RUN useradd -g ${GUID} -l -M -s /bin/false -u ${GUID} ${papermc_user}
RUN chown -R ${GUID} /papermc/ \
chown -R ${GUID} /backup/
# Get package lists, install needed packages, then remove the package lists again (to save space)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment