mirror of
https://github.com/luzifer-docker/chrome-firemap.git
synced 2024-12-20 14:31:17 +00:00
Fix and adjust Dockerfile to stretch
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2d3b28995b
commit
55f9213061
1 changed files with 5 additions and 1 deletions
|
@ -2,8 +2,12 @@ FROM debian
|
|||
|
||||
ENV HOME /tmp
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y gnupg2
|
||||
|
||||
ADD https://dl-ssl.google.com/linux/linux_signing_key.pub /tmp/linux_signing_key.pub
|
||||
ADD google.list /etc/apt/sources.list.d/google.list'
|
||||
ADD google.list /etc/apt/sources.list.d/google.list
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-key add /tmp/linux_signing_key.pub \
|
||||
|
|
Loading…
Reference in a new issue