Skip to content

Commit

Permalink
Merge pull request #19 from yosifkit/stretch
Browse files Browse the repository at this point in the history
Update to debian stretch now that jessie is moving to LTS
  • Loading branch information
tianon authored Jun 21, 2018
2 parents 3166eac + af8cf0b commit 8223390
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand All @@ -22,7 +22,9 @@ RUN buildDeps=' \
autoconf \
automake \
bzip2 \
dirmngr \
dpkg-dev \
gnupg \
libglib2.0-dev \
libncurses-dev \
libperl-dev \
Expand All @@ -42,6 +44,7 @@ RUN buildDeps=' \
# gpg: key DDBEF0E1: public key "The Irssi project <staff@irssi.org>" imported
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1 \
&& gpg --batch --verify /tmp/irssi.tar.xz.asc /tmp/irssi.tar.xz \
&& gpgconf --kill all \
&& rm -rf "$GNUPGHOME" /tmp/irssi.tar.xz.asc \
&& mkdir -p /usr/src/irssi \
&& tar -xf /tmp/irssi.tar.xz -C /usr/src/irssi --strip-components 1 \
Expand Down

0 comments on commit 8223390

Please sign in to comment.