File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools unzip
88RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99RUN chmod +x /usr/bin/yq
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools unzip
88RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99RUN chmod +x /usr/bin/yq
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools unzip
88RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99RUN chmod +x /usr/bin/yq
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools unzip
88RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99RUN chmod +x /usr/bin/yq
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools libpcap-dev libc6
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools libpcap-dev libc6 unzip
88RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99RUN chmod +x /usr/bin/yq
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $IMAGE
44WORKDIR /app
55
66RUN apt update
7- RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools
7+ RUN apt install -y ca-certificates wget jq moreutils htop procps nano net-tools unzip
88RUN rm -rf /var/lib/apt/lists/*
99
1010RUN useradd -ms /bin/bash druid
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ RUN apt-get update \
55 && apt-get install -y \
66 net-tools \
77 psmisc \
8+ unzip \
89 && apt-get -y autoremove \
910 && apt-get -y clean \
1011 && rm -rf /var/lib/apt/lists/* \
You can’t perform that action at this time.
0 commit comments