Skip to content

Commit

Permalink
Debug CI space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 26, 2024
1 parent ae1db55 commit a02d809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:unstable-slim
FROM docker.io/library/debian:stable-slim

### meta ###
# Static vars, dynamic vars can be found in the build-args file. Variables were moved for caching.
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN set -eux; \
apt-get -y update; \
apt-get install -y --no-install-recommends \
libssl-dev make build-essential \
git pkg-config curl time rhash ca-certificates jq \
git pkg-config curl wget time rhash ca-certificates jq \
lsof git-restore-mtime \
bzip2 xz-utils zstd unzip gnupg protobuf-compiler \
# needed for `paritytech/revive`
Expand Down

0 comments on commit a02d809

Please sign in to comment.