Skip to content

Commit 82bffa9

Browse files
committed
remove redundant packages, add syntax
1 parent 79e0e99 commit 82bffa9

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# syntax=docker/dockerfile:1
2+
13
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
24

35
# set version label
@@ -15,19 +17,16 @@ RUN \
1517
apt-get install -y --no-install-recommends \
1618
bc \
1719
build-essential \
18-
curl \
1920
dkms \
2021
git \
2122
gnupg \
2223
ifupdown \
2324
iproute2 \
2425
iptables \
2526
iputils-ping \
26-
jq \
2727
libc6 \
2828
libelf-dev \
2929
net-tools \
30-
netcat \
3130
openresolv \
3231
perl \
3332
pkg-config \

Dockerfile.aarch64

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# syntax=docker/dockerfile:1
2+
13
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
24

35
# set version label
@@ -15,19 +17,16 @@ RUN \
1517
apt-get install -y --no-install-recommends \
1618
bc \
1719
build-essential \
18-
curl \
1920
dkms \
2021
git \
2122
gnupg \
2223
ifupdown \
2324
iproute2 \
2425
iptables \
2526
iputils-ping \
26-
jq \
2727
libc6 \
2828
libelf-dev \
2929
net-tools \
30-
netcat \
3130
openresolv \
3231
perl \
3332
pkg-config \

Dockerfile.armhf

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# syntax=docker/dockerfile:1
2+
13
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy
24

35
# set version label
@@ -15,19 +17,16 @@ RUN \
1517
apt-get install -y --no-install-recommends \
1618
bc \
1719
build-essential \
18-
curl \
1920
dkms \
2021
git \
2122
gnupg \
2223
ifupdown \
2324
iproute2 \
2425
iptables \
2526
iputils-ping \
26-
jq \
2727
libc6 \
2828
libelf-dev \
2929
net-tools \
30-
netcat \
3130
openresolv \
3231
perl \
3332
pkg-config \

0 commit comments

Comments
 (0)