Skip to content

Commit

Permalink
debian-distro: Add arm64 based Dockerfile (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant authored May 14, 2024
1 parent 3e45225 commit 8e31395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian-distro/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Using debian:bookworm-slim as the base image
FROM arm64v8/debian:bookworm-slim
RUN export DEBIAN_FRONTEND=noninteractive; apt-get update

0 comments on commit 8e31395

Please sign in to comment.