Commit 4b9bc138 authored by Yong Tang's avatar Yong Tang Committed by GitHub

Fix docker build issue (#4816)

This PR fixes docker build issue, as it looks like
debian changed `stable/update` to `stable-security/update`.
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent a9779987
FROM debian:stable-slim FROM debian:stable-slim
RUN sed -i.bak s@stable/update@stable-security/update@g /etc/apt/sources.list
RUN apt-get update && apt-get -uy upgrade RUN apt-get update && apt-get -uy upgrade
RUN apt-get -y install ca-certificates && update-ca-certificates RUN apt-get -y install ca-certificates && update-ca-certificates
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment