filebot / filebot-docker

Docker build files for FileBot
https://hub.docker.com/r/rednoah/filebot/
Apache License 2.0
55 stars 18 forks source link

403 forbidden when building docker file. #2

Closed shadycuz closed 4 years ago

shadycuz commented 4 years ago

I don't build my image from the same base as you, but my last build 6 days ago worked. Today I'm getting this

Step 3/15 : RUN apt-key adv --fetch-keys https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub   && echo "deb [arch=all] https://get.filebot.net/deb/ universal main" > /etc/apt/sources.list.d/filebot.list  && apt-get update  && apt-get install -y --no-install-recommends filebot  && rm -rvf /var/lib/apt/lists/*
1071  ---> Running in 93f296dd317d
1072 Warning: apt-key output should not be parsed (stdout is not a terminal)
1073 Executing: /tmp/apt-key-gpghome.0tly2IhEZ4/gpg.1.sh --fetch-keys https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub
1074 gpg: requesting key from 'https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub'
1075 gpg: key 4E402EBF7C3C6A71: 4 signatures not checked due to missing keys
1076 gpg: key 4E402EBF7C3C6A71: public key "Reinhard Pointner <rednoah@filebot.net>" imported
1077 gpg: Total number processed: 1
1078 gpg:               imported: 1
1079 Err:1 https://get.filebot.net/deb universal InRelease
1080   403  Forbidden [IP: 104.25.255.17 443]
1081 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
rednoah commented 4 years ago

Probably a network issue on your end:

403  Forbidden [IP: 104.25.255.17 443]