Skip to content

Commit

Permalink
Lock debian to buster until megacmd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue authored Aug 18, 2021
1 parent 03f7ad0 commit 043c6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:buster

LABEL version="1.0.0"
LABEL repository="http://github.com/Difegue/action-megacmd"
Expand All @@ -11,7 +11,7 @@ LABEL com.github.actions.icon="upload-cloud"
LABEL com.github.actions.color="red"

RUN apt-get update && apt-get install curl gnupg2 -y && \
curl https://mega.nz/linux/MEGAsync/Debian_9.0/amd64/megacmd_1.4.0-3.1_amd64.deb --output megacmd.deb && \
curl https://mega.nz/linux/MEGAsync/Debian_10.0/amd64/megacmd-Debian_10.0_amd64.deb --output megacmd.deb && \
echo path-include /usr/share/doc/megacmd/* > /etc/dpkg/dpkg.cfg.d/docker && \
apt install ./megacmd.deb -y && \
apt-get remove -y curl && \
Expand Down

0 comments on commit 043c6d2

Please sign in to comment.