Skip to content

Commit

Permalink
feat: enable QEMU strace support in Dockerfiles for Alpine and Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
fadhilyori committed Feb 8, 2025
1 parent c50106a commit b92aa55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN set -eux; \
libunwind libunwind-dev libtool numactl-dev \
ca-certificates util-linux-dev libtirpc-dev boost boost-dev ragel

ENV QEMU_STRACE=1

ADD https://github.com/intel/hyperscan/archive/refs/tags/v${HYPERSCAN_VERSION}.tar.gz /tmp/hyperscan.tar.gz

RUN set -eux; \
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN set -eux; \
apt-get clean ; \
rm -rf /var/lib/apt/lists/*

ENV QEMU_STRACE=1

ADD https://github.com/intel/hyperscan/archive/refs/tags/v${HYPERSCAN_VERSION}.tar.gz /tmp/hyperscan.tar.gz

RUN set -eux; \
Expand Down

0 comments on commit b92aa55

Please # to comment.