Update Dockerfile

This commit is contained in:
Justin Hammond 2024-07-28 10:43:07 +08:00 committed by GitHub
parent f849698a19
commit d1a8089ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
FROM riscv64/ubuntu:24.10
RUN apt update && apt upgrade -y
RUN apt update && apt upgrade -y && apt install -y build-essential
RUN echo 'root:riscv' | chpasswd