Skip to content

Commit

Permalink
Removing duplicate jq install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuma419 authored Apr 10, 2024
1 parent d2d9d9c commit 1cd58dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/docker/node/dockerfile_bin
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN set -x && export SUDO='N' \

# Add final tools in a separate layer to shrink the largest layer
RUN apt-get update \
&& apt-get install -y procps libcap2 libselinux1 libc6 libsodium-dev ncurses-bin iproute2 xz-utils netbase coreutils dnsutils net-tools procps tcptraceroute bc usbip sqlite3 python3 tmux jq ncurses-base libtool autoconf tcptraceroute util-linux less openssl bsdmainutils dialog vim \
&& apt-get install -y procps libcap2 libselinux1 libc6 libsodium-dev ncurses-bin iproute2 xz-utils netbase coreutils dnsutils net-tools procps tcptraceroute bc usbip sqlite3 python3 tmux ncurses-base libtool autoconf tcptraceroute util-linux less openssl bsdmainutils dialog vim \
&& apt-get -y purge \
&& apt-get -y clean \
&& apt-get -y autoremove \
Expand Down

0 comments on commit 1cd58dd

Please sign in to comment.