Skip to content

Commit

Permalink
build: cleanup Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolacula committed Feb 4, 2025
1 parent e283526 commit 85c1ae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y git g++ make ninja-build cmake pkg-config \
build-essential tar curl zip unzip \
llvm-15-dev libclang-15-dev libclang-cpp15-dev
build-essential tar curl zip unzip

COPY . ./reflection_cpp
# or clone the repository directly from github
Expand Down

0 comments on commit 85c1ae4

Please sign in to comment.