Skip to content

Commit 219059b

Browse files
author
Test User
committed
Add docekr to speed up
1 parent 828a1f1 commit 219059b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/Dockerfile

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
FROM debian:bookworm
2+
3+
ENV DEBIAN_FRONTEND=noninteractive
4+
5+
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
build-essential \
7+
devscripts \
8+
debhelper \
9+
dh-autoreconf \
10+
libtool \
11+
pkg-config \
12+
git \
13+
wget \
14+
curl \
15+
ca-certificates \
16+
openssl \
17+
dpkg-dev \
18+
lintian \
19+
fakeroot \
20+
dh-exec \
21+
equivs \
22+
expect \
23+
xxd \
24+
bc \
25+
libdistro-info-perl \
26+
&& rm -rf /var/lib/apt/lists/*
27+

0 commit comments

Comments
 (0)