Skip to content

Commit 02e00a0

Browse files
committed
[CI] Fix bug in lvgl 32b docker image (again)
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
1 parent 51474f8 commit 02e00a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.lvperf_32b

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM baseimage AS builder
44

55
RUN apt update && \
66
apt install -y build-essential cmake qemu-system-arm gcc-arm-none-eabi \
7-
bison flex libssl-dev device-tree-compiler qemu-system-arm g++-arm-none-eabi && \
7+
bison flex libssl-dev device-tree-compiler qemu-system-arm && \
88
apt clean && \
99
rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)