File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change
1
+ # syntax=docker/dockerfile:1
2
+
1
3
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
2
4
3
5
# set version label
@@ -15,19 +17,16 @@ RUN \
15
17
apt-get install -y --no-install-recommends \
16
18
bc \
17
19
build-essential \
18
- curl \
19
20
dkms \
20
21
git \
21
22
gnupg \
22
23
ifupdown \
23
24
iproute2 \
24
25
iptables \
25
26
iputils-ping \
26
- jq \
27
27
libc6 \
28
28
libelf-dev \
29
29
net-tools \
30
- netcat \
31
30
openresolv \
32
31
perl \
33
32
pkg-config \
Original file line number Diff line number Diff line change
1
+ # syntax=docker/dockerfile:1
2
+
1
3
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
2
4
3
5
# set version label
@@ -15,19 +17,16 @@ RUN \
15
17
apt-get install -y --no-install-recommends \
16
18
bc \
17
19
build-essential \
18
- curl \
19
20
dkms \
20
21
git \
21
22
gnupg \
22
23
ifupdown \
23
24
iproute2 \
24
25
iptables \
25
26
iputils-ping \
26
- jq \
27
27
libc6 \
28
28
libelf-dev \
29
29
net-tools \
30
- netcat \
31
30
openresolv \
32
31
perl \
33
32
pkg-config \
Original file line number Diff line number Diff line change
1
+ # syntax=docker/dockerfile:1
2
+
1
3
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy
2
4
3
5
# set version label
@@ -15,19 +17,16 @@ RUN \
15
17
apt-get install -y --no-install-recommends \
16
18
bc \
17
19
build-essential \
18
- curl \
19
20
dkms \
20
21
git \
21
22
gnupg \
22
23
ifupdown \
23
24
iproute2 \
24
25
iptables \
25
26
iputils-ping \
26
- jq \
27
27
libc6 \
28
28
libelf-dev \
29
29
net-tools \
30
- netcat \
31
30
openresolv \
32
31
perl \
33
32
pkg-config \
You can’t perform that action at this time.
0 commit comments