Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- Remove LABEL and ARGS from Dockerfile.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant committed Jan 13, 2024
1 parent 1fc5374 commit 4837beb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ubuntu-distro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG BASE_DISTRO=amd64/ubuntu:22.04
FROM $BASE_DISTRO
LABEL org.opencontainers.image.source https://github.com/cshilwant/docker-images/ubuntu
FROM amd64/ubuntu:22.04
RUN export DEBIAN_FRONTEND=noninteractive; apt-get update
RUN export DEBIAN_FRONTEND=noninteractive; \
apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget device-tree-compiler python3-dev && \
Expand Down

0 comments on commit 4837beb

Please sign in to comment.