Skip to content

Commit

Permalink
Fix: CI: linter fix (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
zLukas authored Sep 9, 2024
1 parent 21ff819 commit 7db9e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="frank.du@intel.com,ming3.li@intel.com"

# Install build dependencies and debug tools
RUN apt-get update -y && \
apt-get install -y systemtap-sdt-dev && \
apt-get install -y --no-install-recommends systemtap-sdt-dev && \
apt-get install -y --no-install-recommends git build-essential meson python3 python3-pyelftools pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev libsdl2-ttf-dev libssl-dev ca-certificates && \
apt-get install -y --no-install-recommends m4 clang llvm zlib1g-dev libelf-dev libcap-ng-dev libcap2-bin gcc-multilib && \
apt-get clean && \
Expand Down

0 comments on commit 7db9e83

Please sign in to comment.