Compare commits

..

2 Commits

Author SHA1 Message Date
oct2pus 7e6868fd37 update gitignore 2024-04-04 23:46:05 -05:00
oct2pus c082bed8e8 add gitignore, update mega docker file 2024-04-04 23:42:51 -05:00
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
docker-files/mega/.megaCmd/*

View File

@ -4,5 +4,7 @@ RUN ["/bin/apt-get", "update"]
RUN apt-get -y install wget RUN apt-get -y install wget
RUN wget http://http.us.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_armhf.deb && apt-get -y install "$PWD/libssl1.1_1.1.1w-0+deb11u1_armhf.deb" RUN wget http://http.us.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_armhf.deb && apt-get -y install "$PWD/libssl1.1_1.1.1w-0+deb11u1_armhf.deb"
RUN wget https://mega.nz/linux/repo/Raspbian_11/armhf/megacmd-Raspbian_11_armhf.deb && apt-get -y install "$PWD/megacmd-Raspbian_11_armhf.deb" RUN wget https://mega.nz/linux/repo/Raspbian_11/armhf/megacmd-Raspbian_11_armhf.deb && apt-get -y install "$PWD/megacmd-Raspbian_11_armhf.deb"
WORKDIR / RUN mkdir /root/.megaCmd
ADD .megaCmd/* /root/.megaCmd
WORKDIR /root
CMD mega-cmd-server CMD mega-cmd-server