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.
clang
1 parent 25b5629 commit 245e411Copy full SHA for 245e411
Dockerfile.dev
@@ -3,7 +3,7 @@ FROM golang:latest
3
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list && \
4
apt update && \
5
apt upgrade -y && \
6
- apt install -y unzip libwebp-dev python3-venv python3-pip curl gnupg && \
+ apt install -y unzip libwebp-dev python3-venv python3-pip clang && \
7
apt install -y -t bookworm-backports libsharpyuv-dev && \
8
rm -rf /var/lib/apt/lists/*
9
0 commit comments