Update Dockerfile

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-07-02 20:31:28 +09:00
parent 890f0473c0
commit 6f733aa4f4
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -2,7 +2,7 @@
# Copyright (C) 2018 Teddysun <i@teddysun.com>
FROM debian:stretch
MAINTAINER Teddysun <i@teddysun.com>
LABEL maintainer="Teddysun <i@teddysun.com>"
RUN set -ex \
&& printf "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list \