We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e283526 commit 85c1ae4Copy full SHA for 85c1ae4
Dockerfile
@@ -7,8 +7,7 @@ FROM ubuntu:22.04
7
8
ARG DEBIAN_FRONTEND=noninteractive
9
RUN apt-get update && apt-get install -y git g++ make ninja-build cmake pkg-config \
10
- build-essential tar curl zip unzip \
11
- llvm-15-dev libclang-15-dev libclang-cpp15-dev
+ build-essential tar curl zip unzip
12
13
COPY . ./reflection_cpp
14
# or clone the repository directly from github
0 commit comments