feat: initial commit
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m19s
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 1m19s
This commit is contained in:
commit
964c60e096
4 changed files with 65 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM debian:12
|
||||
|
||||
RUN set -ex \
|
||||
&& sed -i -- 's/Types: deb/Types: deb deb-src/g' /etc/apt/sources.list.d/debian.sources \
|
||||
&& apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||
build-essential \
|
||||
devscripts \
|
||||
fakeroot \
|
||||
git \
|
||||
git-buildpackage \
|
||||
&& apt clean
|
||||
|
||||
COPY .gbp.conf /root/.gbp.conf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue