Skip to content

Commit

Permalink
Change Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 14, 2024
1 parent 7f4f754 commit 1b6e152
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
FROM ubuntu:22.04
LABEL maintainer "Pawel Wodnicki <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/32bitmicro/LLVM-Embedded-Toolchain
LABEL org.opencontainers.image.description="LLVM Embedded Toolchain LLVM-ETOOOL image"
LABEL org.opencontainers.image.licenses=Apache


RUN apt-get -o Acquire::ForceIPv4=true update && apt-get -o Acquire::ForceIPv4=true install -y \
build-essential \
git \
cmake \
ninja-build \
make \
llvm llvm-dev \
clang clang-tools \
lldb \
lld \
libc++-dev libc++abi-dev \
python3-minimal python3-pip\
wget \
software-properties-common

ADD build-from-public-repos.sh /tmp
WORKDIR /tmp
RUN /tmp/build-from-public-repos.sh

0 comments on commit 1b6e152

Please sign in to comment.