Skip to content

Commit

Permalink
Removed the specific ubuntu version
Browse files Browse the repository at this point in the history
Fix heremaps#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.
  • Loading branch information
fnicollet authored Jul 22, 2020
1 parent 59b7ac7 commit 1dbeb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1dbeb4e

Please sign in to comment.