File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ For this project, here is the `Dockerfile` we use for the Linux runner:
5353
5454``` dockerfile
5555# Start from a base image that is already configured for act.
56- # The hash below is for version gh-22 .04-20251102.
57- FROM ghcr.io/catthehacker/ubuntu@sha256:3e4886e537c7c74d44c1ce0d1bc7c3142674e16ba1ca3c63c5ebbf8e1bbc10fd
56+ # The hash below is for version gh-24 .04-20251102.
57+ FROM ghcr.io/catthehacker/ubuntu@sha256:363e3d7092aa3e4f7ea2f274822de3802a8547bb96dc03e09886f376e83f8ee4
5858
5959# Switch to the root user to have permission to install packages.
6060USER root
@@ -66,6 +66,7 @@ RUN apt-get update && \
6666 cmake \
6767 curl \
6868 golang-go \
69+ libclang-dev \
6970 jq \
7071 python3 python3-dev cython3 \
7172 shellcheck \
You can’t perform that action at this time.
0 commit comments