-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new debian-ports keyring, update to bookworm as the base distribu…
…tion
- Loading branch information
tim
committed
Feb 8, 2023
1 parent
d26617f
commit 2922d3b
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye as builder | ||
FROM debian:bookworm as builder | ||
MAINTAINER Tim Molteno "[email protected]" | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG DEBIAN_PROXY="" | ||
|
@@ -18,7 +18,7 @@ RUN --mount=type=cache,sharing=shared,target=/var/cache \ | |
libtool mmdebstrap multistrap openssl parted \ | ||
patchutils python3 python3-dev python3-distutils \ | ||
python3-setuptools qemu-user-static swig \ | ||
systemd-container texinfo zlib1g-dev | ||
systemd-container texinfo zlib1g-dev wget | ||
|
||
ENV CROSS="CROSS_COMPILE=riscv64-linux-gnu-" | ||
RUN riscv64-linux-gnu-gcc --version | grep gcc | cut -d')' -f2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters