We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe9057 commit ab5475aCopy full SHA for ab5475a
Dockerfile
@@ -16,7 +16,7 @@ RUN \
16
quilt \
17
software-properties-common \
18
&& \
19
- add-apt-repository --enable-source 'http://deb.debian.org/debian' && \
+ add-apt-repository --enable-source 'http://archive.ubuntu.com/ubuntu/' && \
20
apt-get update && \
21
apt-get build-dep --no-install-recommends -y transmission && \
22
apt-get clean
0 commit comments