Skip to content

Commit

Permalink
Fix docker linux (#868)
Browse files Browse the repository at this point in the history
Updated key id of aptly
  • Loading branch information
leonidcliqz authored and alver-cliqz committed Mar 27, 2018
1 parent 49b3b2d commit e51682a
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
Expand Up @@ -41,10 +41,10 @@ RUN apt-get update && apt-get install -y \
python-dbus \
clang-5.0 \
xvfb \
yasm
yasm

RUN echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list; \
apt-key adv --keyserver keys.gnupg.net --recv-keys 9E3E53F19C7DE460; \
apt-key adv --keyserver keys.gnupg.net --recv-keys ED75B5A4483DA07C; \
apt-get update; \
apt-get install aptly -y

Expand Down

0 comments on commit e51682a

Please sign in to comment.