fix: add missing semicolon

This commit is contained in:
ThetaDev 2024-05-30 22:28:34 +02:00
parent e35490fd16
commit c66d17826e
Signed by: ThetaDev
GPG key ID: E319D3C5148D65B6

View file

@ -40,7 +40,7 @@ RUN set -eux; \
curl -SsL --output /usr/share/keyrings/thetadev.gpg "https://thetadev.de/repo/thetadev.gpg"; \
echo "2cca310dec333631005b6c033715e5b25e305e33be66eb4ba924619dab94d539 /usr/share/keyrings/thetadev.gpg" | sha256sum -c; \
echo "deb [signed-by=/usr/share/keyrings/thetadev.gpg] https://thetadev.de/repo universal main\ndeb [signed-by=/usr/share/keyrings/thetadev.gpg] https://thetadev.de/repo bookworm main" > /etc/apt/sources.list.d/thetadev.list; \
dpkg --add-architecture arm64 \
dpkg --add-architecture arm64; \
apt-get update; \
apt-get upgrade -y; \
apt-get install -y --no-install-recommends sudo python-is-python3 python3-pip python3-poetry nano zip zstd brotli jq yq golangci-lint \