Skip to content

Commit

Permalink
ci: linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
oomeow committed Oct 30, 2024
1 parent f85662f commit 0b747c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-for-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN rm -f /etc/apt/sources.list.d/debian.sources && \
echo "deb http://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl wget gnupg build-essential bash-completion pkg-config tar xz-utils && \
apt-get install -y --no-install-recommends ca-certificates curl wget gnupg build-essential bash-completion libtinfo6 sensible-utils pkg-config tar xz-utils && \
rm -rf /var/lib/apt/lists/*

# script
Expand Down

0 comments on commit 0b747c8

Please sign in to comment.