Skip to content

Update Dockerfile - #140

Closed
admintoth wants to merge 1 commit into
pullpreview:v5from
turnhub:v5
Closed

admintoth wants to merge 1 commit into
pullpreview:v5from
turnhub:v5

Conversation

@admintoth

Copy link
Copy Markdown

Current pinned img stopped working:

  #7 [2/7] RUN apt-get -qq update && apt-get -qq -y install openssh-client git >/dev/null
  #7 1.611 E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 2d 5h 19min 8s). Updates for this repository will not be applied.
  #7 ERROR: process "/bin/sh -c apt-get -qq update && apt-get -qq -y install openssh-client git >/dev/null" did not complete successfully: exit code: 100
  ------
   > [2/7] RUN apt-get -qq update && apt-get -qq -y install openssh-client git >/dev/null:
  1.611 E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 2d 5h 19min 8s). Updates for this repository will not be applied.
  ------
  Dockerfile:5
  --------------------
     3 |     FROM ruby@sha256:54d09dd38d80d8b850fbff21425d9bd159f9ff7e1de1cdbcbb0b7745f5049784
     4 |     
     5 | >>> RUN apt-get -qq update && apt-get -qq -y install openssh-client git >/dev/null
     6 |     WORKDIR /app
     7 |     COPY Gemfile .
  --------------------
  ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get -qq update && apt-get -qq -y install openssh-client git >/dev/null" did not complete successfully: exit code: 100
  Warning: Docker build failed with exit code 1, back off 6.902 seconds before retry.

@crohr

crohr commented Sep 10, 2026

Copy link
Copy Markdown
Member

@admintoth thanks, I have updated and merged #142

@crohr crohr closed this Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants