Skip to content

Commit 85c1ae4

Browse files
committed
build: cleanup Dockerfile
1 parent e283526 commit 85c1ae4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ FROM ubuntu:22.04
77

88
ARG DEBIAN_FRONTEND=noninteractive
99
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
10+
build-essential tar curl zip unzip
1211

1312
COPY . ./reflection_cpp
1413
# or clone the repository directly from github

0 commit comments

Comments
 (0)