Skip to content

Commit c2eab7f

Browse files
authored
Update Dockerfile
1 parent 7196f04 commit c2eab7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ USER root
66
RUN apt-get update && apt-get upgrade -y && \
77
apt-get clean && rm -rf /var/lib/apt/lists/*
88

9-
RUN apt-get update && apt-get install -y sudo \
10-
build-essential \
9+
RUN apt-get update && apt-get install -y build-essential \
1110
git \
1211
libssl-dev \
1312
zlib1g-dev \
@@ -43,7 +42,7 @@ RUN apt-get update && apt-get install -y sudo \
4342
dialog \
4443
apt-utils \
4544
libxml2-dev \
46-
libclang-cpp-dev \
45+
libclang-cpp12-dev \
4746
llvm-dev \
4847
&& apt-get clean && rm -rf /var/lib/apt/lists/*
4948

0 commit comments

Comments
 (0)