Skip to content

Commit

Permalink
delete lxd ppa repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Jan 9, 2018
1 parent a6dfe2b commit 0e027db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ENV INIT_PACKAGES="ca-certificates apt-utils wget sudo" \

RUN apt-get update && apt-get install -y --no-install-recommends ${INIT_PACKAGES} && \
echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main" > /etc/apt/sources.list.d/git-core-ppa-trusty.list && \
echo "deb http://ppa.launchpad.net/ubuntu-lxc/lxd-stable/ubuntu trusty main" > /etc/apt/sources.list.d/lxd-stable.list && \
echo "deb http://apt.starkandwayne.com stable main" | tee /etc/apt/sources.list.d/starkandwayne.list && \
wget "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA1715D88E1DF1F24" -q -O - | sudo apt-key add - && \
wget "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xD5495F657635B973" -q -O - | sudo apt-key add - && \
Expand Down

0 comments on commit 0e027db

Please sign in to comment.