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 committed Feb 15, 2023
1 parent 3941576 commit b69d9e0
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 b69d9e0

Please sign in to comment.