Skip to content

Commit

Permalink
debian-arm64: Rename and add packages required for debian package bui…
Browse files Browse the repository at this point in the history
…lds (#4)

Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
  • Loading branch information
sskartheekadivi authored May 20, 2024
1 parent 8e31395 commit 7976aaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions debian-arm64/Dockerfile
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"

3 changes: 0 additions & 3 deletions debian-distro/Dockerfile

This file was deleted.

0 comments on commit 7976aaf

Please sign in to comment.