Skip to content
Snippets Groups Projects
Unverified Commit 5c427f79 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Removed PAM from aauthentication.

parent 348ac8e9
No related merge requests found
......@@ -6,5 +6,7 @@ RUN pip3 install Mastodon.py feedparser feed2toot
RUN pip install Mastodon.py
RUN mkdir /root/.config
RUN sed -i '/session required pam_loginuid.so/c\#session required pam_loginuid.so' /etc/pam.d/cron
# Run the command on container startup
CMD crontab /etc/cron.d/* && cron -f
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