👷 Fix docker automatic update
This commit is contained in:
parent
4b3e495f21
commit
db202b8355
@ -49,7 +49,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& pip install eyed3 pycryptodome
|
||||
RUN sed -e 's;^# \(%wheel.*NOPASSWD.*\);\1;g' -i /etc/sudoers
|
||||
RUN useradd pagermaid -r -m -d /pagermaid
|
||||
RUN usermod -aG wheel,users pagermaid
|
||||
RUN usermod -aG sudo,users pagermaid
|
||||
USER pagermaid
|
||||
RUN mkdir /pagermaid
|
||||
RUN git clone -b master https://github.com/Xtao-Labs/PagerMaid-Modify.git /pagermaid
|
||||
|
Loading…
Reference in New Issue
Block a user