Skip to content

Commit 245e411

Browse files
ashthespyIngmarStein
authored andcommitted
Add clang to Dockerfile.dev
1 parent 25b5629 commit 245e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:latest
33
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list && \
44
apt update && \
55
apt upgrade -y && \
6-
apt install -y unzip libwebp-dev python3-venv python3-pip curl gnupg && \
6+
apt install -y unzip libwebp-dev python3-venv python3-pip clang && \
77
apt install -y -t bookworm-backports libsharpyuv-dev && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)