Make entrypoint executable

This commit is contained in:
Marcus Noble 2020-06-07 14:43:15 +01:00
parent b7db53d93c
commit f6a2e8277f
1 changed files with 1 additions and 0 deletions

View File

@ -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
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
USER mega