Skip to content

Commit

Permalink
minideb image update
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Oct 11, 2024
1 parent a7e618f commit 94e2f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions housekeeping/docker/kagome-dev/minideb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ RUN --mount=type=secret,id=google_creds,target=/root/.gcp/google_creds.json \
kagome-dev=${KAGOME_PACKAGE_VERSION} && \
sed -i '1s/^/#/' /etc/apt/sources.list.d/kagome.list

# temporary fix for libc6 (gcc-13)
# TODO: remove when CI swithed to trixie
RUN echo "deb http://deb.debian.org/debian/ trixie main" | tee -a /etc/apt/sources.list && apt update
RUN apt install -y libc6 libstdc++6 libgcc-s1 -t trixie

CMD ["/usr/bin/tini", "--", "/bin/bash", "-c"]


Expand Down

0 comments on commit 94e2f16

Please sign in to comment.