Skip to content

Commit 068de8e

Browse files
committed
chore: unzip because no devbox :(
1 parent 563bf73 commit 068de8e

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

.docker/java/Dockerfile-16

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99
RUN chmod +x /usr/bin/yq
1010

.docker/java/Dockerfile-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99
RUN chmod +x /usr/bin/yq
1010

.docker/java/Dockerfile-18

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99
RUN chmod +x /usr/bin/yq
1010

.docker/java/Dockerfile-20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99
RUN chmod +x /usr/bin/yq
1010

.docker/java/Dockerfile-21

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
99
RUN chmod +x /usr/bin/yq
1010

.docker/java/Dockerfile-21-no-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $IMAGE
44
WORKDIR /app
55

66
RUN 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
88
RUN rm -rf /var/lib/apt/lists/*
99

1010
RUN useradd -ms /bin/bash druid

.docker/linuxgsm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/* \

0 commit comments

Comments
 (0)