Skip to content

Commit

Permalink
ci: fix typo in Dockerfile [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 3dc9dbb commit 6ccec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV LANG=C.UTF-8
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 python3 &&\
apt-get install -f -y --no-install-recommends ca-certificates curl fontconfig make perl zip git python3 &&\
update-ca-certificates &&\
apt-get clean -y &&\
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6ccec19

Please sign in to comment.