Skip to content

Commit f067b9a

Browse files
committed
Updating:
- Remove libudev1 (forgot only on debian...)
1 parent f6ecc4a commit f067b9a

File tree

16 files changed

+16
-32
lines changed

16 files changed

+16
-32
lines changed

Amazon Corretto/19/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Amazon Corretto/21/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Amazon Corretto/23/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Amazon Corretto/24/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/21-jre/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/21/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/23-jre/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/23/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/24-jre/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

Azul Zulu/24/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk add --no-cache \
2828
fontconfig \
2929
tzdata \
3030
iproute2 \
31-
shadow \
32-
libudev1 # For PaperMC
31+
shadow
3332

3433

3534
RUN useradd -m -d /home/container container

0 commit comments

Comments
 (0)