Unlock Hirsute

This commit is contained in:
Igor Pecovnik 2021-04-22 01:58:59 +02:00
parent f2e9da1af5
commit c0fd724710
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ build tools</h3>
## What do you need to get started?
- x64 machine with at least 2GB of memory and ~35GB of disk space for a VM, container or native OS,
- Ubuntu Focal 20.04 x64 for native building or any [Docker](https://docs.armbian.com/Developer-Guide_Building-with-Docker/) capable x64 Linux for containerised,
- Ubuntu Hirsute 21.04 x64 for native building or any [Docker](https://docs.armbian.com/Developer-Guide_Building-with-Docker/) capable x64 Linux for containerised,
- superuser rights (configured sudo or root access).
<p align=right><a href=#table-of-contents></a></p>

View file

@ -1 +1 @@
csc
supported

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:21.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \