Skip to content

Commit

Permalink
remove ForTest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Sep 19, 2023
1 parent fd41f52 commit c6454ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ LABEL org.opencontainers.image.source https://github.com/microsoft/msquic
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y gcc-multilib && \
apt-get install --no-install-recommends -y apt-transport-https \
ca-certificates \
gnupg \
Expand Down Expand Up @@ -39,6 +38,7 @@ RUN apt-get update && \
cppcheck \
clang-tidy \
gdb \
gcc-multilib \
libnl-3-dev \
libnl-genl-3-dev \
libnl-route-3-dev \
Expand All @@ -48,9 +48,6 @@ RUN apt-get update && \
m4 \
libpcap-dev \
libelf-dev \
iproute2 \
iptables \
ethertool \
&& rm -rf /var/lib/apt/lists/*

RUN gem install fpm
Expand Down

0 comments on commit c6454ed

Please sign in to comment.