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 ee220c3 commit 917645cCopy full SHA for 917645c
lcli/Dockerfile
@@ -1,7 +1,7 @@
1
# `lcli` requires the full project to be in scope, so this should be built either:
2
# - from the `lighthouse` dir with the command: `docker build -f ./lcli/Dockerflie .`
3
# - from the current directory with the command: `docker build -f ./Dockerfile ../`
4
-FROM rust:1.80.0-bullseye AS builder
+FROM rust:1.84.0-bullseye AS builder
5
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
6
COPY . lighthouse
7
ARG FEATURES
0 commit comments