Compare commits
No commits in common. "7e6868fd3792914c0bcf779de33fcdec1310bde1" and "688a223be48ab3debc2612324904a3241322f01a" have entirely different histories.
7e6868fd37
...
688a223be4
|
@ -1 +0,0 @@
|
||||||
docker-files/mega/.megaCmd/*
|
|
|
@ -4,7 +4,5 @@ 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"
|
||||||
RUN mkdir /root/.megaCmd
|
WORKDIR /
|
||||||
ADD .megaCmd/* /root/.megaCmd
|
|
||||||
WORKDIR /root
|
|
||||||
CMD mega-cmd-server
|
CMD mega-cmd-server
|
||||||
|
|
Loading…
Reference in New Issue