Explicitely point to docker.io images

This commit is contained in:
Régis Behmo 2020-01-10 17:21:56 +01:00
parent 9618022f7d
commit d434f8f061

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM docker.io/ubuntu:18.04
MAINTAINER Overhang.io <contact@overhang.io>
RUN apt update && \