Skip to content

Commit

Permalink
Add now required lsb-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Apr 26, 2024
1 parent b6a1e5c commit c0bda17
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alpine/3.16/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.16/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.17/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.17/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.17/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.18/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.18/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.18/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk update && apk add --no-cache && \
numactl-dev \
linux-headers \
lttng-ust-dev \
lsb-release-minimal \
make \
musl-dev \
openssl-dev \
Expand Down

0 comments on commit c0bda17

Please sign in to comment.