Skip to content

Commit

Permalink
ci: add unzip to container
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae authored and paulsc96 committed Feb 7, 2023
1 parent 490cc41 commit a1d7962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1d7962

Please sign in to comment.