From 1dbeb4ebcfd300cb91be5d114693a210bd89396e Mon Sep 17 00:00:00 2001 From: Fabien NICOLLET Date: Wed, 22 Jul 2020 11:29:49 +0200 Subject: [PATCH] Removed the specific ubuntu version Fix #73 Build Error - caused by 'no release file' error and errors: E: The repository 'http://security.ubuntu.com/ubuntu cosmic-security Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-backports Release' does not have a Release file. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39bce19..a251266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.10 +FROM ubuntu RUN apt-get update RUN apt-get --assume-yes install software-properties-common RUN apt-get update