Skip to content

Commit 8311378

Browse files
Another image update
1 parent 3a1bc79 commit 8311378

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/docker/tshark-test.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ RUN apt-get update && \
1111
ca-certificates \
1212
curl && \
1313
rm -rf /var/lib/apt/lists/*
14+
15+
# Wireshark's init.lua sets disable_lua=true when running as root, which silently skips
16+
# user scripts loaded via -X lua_script:. CI runs as root, so override at end of init.lua.
17+
RUN echo 'disable_lua = false' >> /usr/share/wireshark/init.lua

0 commit comments

Comments
 (0)