Skip to content

Commit f86feed

Browse files
authored
fix lh image
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
1 parent d62082b commit f86feed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lighthouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.88-bullseye AS builder
22
RUN apt-get clean && apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler
33
COPY . lighthouse
4-
ARG FEATURES=gnosis,spec-minimal,slasher-lmdb,jemalloc
4+
ARG FEATURES=gnosis,spec-minimal,slasher-lmdb
55
ARG PROFILE=release
66
ARG CARGO_USE_GIT_CLI=true
77
ENV FEATURES=$FEATURES

0 commit comments

Comments
 (0)