From a1d79624a420a4b7c4cda8dfb0bf0128303c9a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Sch=C3=B6nleber?= Date: Fri, 3 Feb 2023 14:51:05 +0100 Subject: [PATCH] ci: add `unzip` to container --- .github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index c5f5b6f02..fa37bdccb 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:22.04 -RUN apt update && apt upgrade -y && apt install -y curl python3 build-essential git cmake python3-pip wget +RUN apt update && apt upgrade -y && apt install -y curl python3 build-essential git cmake python3-pip wget unzip # ARG RISCV_GCC_VERSION=8.3.0-2020.04.0 # risvc-gnu-compiler