fix: add missing semicolon
This commit is contained in:
parent
e35490fd16
commit
c66d17826e
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue