Explicitely point to docker.io images

This commit is contained in:
Régis Behmo 2020-01-10 17:21:34 +01:00
parent 9b6ddff29f
commit 290aea0c65

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 && \