remove clang from Dockerfile (#4471)

This commit is contained in:
realbigsean
2023-07-05 15:53:22 -04:00
committed by GitHub
parent d41193c318
commit af4a66846e
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# - from the `lighthouse` dir with the command: `docker build -f ./lcli/Dockerflie .`
# - from the current directory with the command: `docker build -f ./Dockerfile ../`
FROM rust:1.68.2-bullseye AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev protobuf-compiler
COPY . lighthouse
ARG PORTABLE
ENV PORTABLE $PORTABLE