Skip to content

Commit

Permalink
add lldb and libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Jan 4, 2022
1 parent 57d0b2c commit 6fc1039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-ubuntu-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
build-essential \
curl zip unzip tar \
pkg-config \
llvm-13 \
clang-13 \
llvm \
clang \
&& apt-get clean -qq

ADD ./entrypoint-build.sh /entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile-ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
build-essential \
curl zip unzip tar \
pkg-config \
llvm-13 \
clang-13 \
llvm \
clang \
&& apt-get clean -qq

ADD ./entrypoint-build.sh /entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile-ubuntu-21.10
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
build-essential \
curl zip unzip tar \
pkg-config \
llvm-13 \
clang-13 \
llvm \
clang \
&& apt-get clean -qq

ADD ./entrypoint-build.sh /entrypoint.sh
Expand Down

0 comments on commit 6fc1039

Please sign in to comment.