-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian-arm64: Rename and add packages required for debian package bui…
…lds (#4) Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
- Loading branch information
1 parent
8e31395
commit 7976aaf
Showing
2 changed files
with
11 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Using debian:bookworm-slim as the base image | ||
FROM arm64v8/debian:bookworm-slim | ||
RUN export DEBIAN_FRONTEND=noninteractive | ||
RUN export apt-get update ; apt-get -y install net-tools git wget vim sudo zip corkscrew rsync iputils-ping locales apt-utils gpg tzdata devscripts equivs debmake | ||
RUN locale-gen en_US en_US.UTF-8 | ||
RUN echo "dash dash/sh boolean false" | debconf-set-selections && \ | ||
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash && \ | ||
export LC_ALL="en_US.UTF-8" && \ | ||
export LC_CTYPE="en_US.UTF-8" && \ | ||
export LC_NUMERIC="en_US.UTF-8" | ||
|
This file was deleted.
Oops, something went wrong.