Merge pull request #8 from eried/dockerfile-nogit

Create dockerfile-nogit
This commit is contained in:
Erwin Ried 2020-04-25 15:45:51 +02:00 committed by GitHub
commit 484af68693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:xenial
# Set location to download ARM toolkit from.
# This will need to be changed over time or replaced with a static link to the latest release.