Skip to content

Commit

Permalink
ci: install python3 in docker [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 20, 2024
1 parent 4e92ca2 commit 3dc9dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update &&\
apt-get install -f -y --no-install-recommends ca-certificates curl fontconfig make perl zip git &&\
update-ca-certificates &&\
update-ca-certificates python3 &&\
apt-get clean -y &&\
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3dc9dbb

Please sign in to comment.