Make entrypoint executable
This commit is contained in:
parent
b7db53d93c
commit
f6a2e8277f
@ -5,6 +5,7 @@ RUN curl -o megacmd-xUbuntu_19.10_amd64.deb https://mega.nz/linux/MEGAsync/xUbun
|
|||||||
RUN apt install -y ./megacmd-xUbuntu_19.10_amd64.deb
|
RUN apt install -y ./megacmd-xUbuntu_19.10_amd64.deb
|
||||||
|
|
||||||
ADD entrypoint.sh /
|
ADD entrypoint.sh /
|
||||||
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
RUN adduser --disabled-password --gecos '' mega && adduser mega sudo && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
RUN adduser --disabled-password --gecos '' mega && adduser mega sudo && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
USER mega
|
USER mega
|
||||||
|
Loading…
Reference in New Issue
Block a user