Skip to content

Commit 0665ea9

Browse files
authored
Merge pull request #1469 from scop/chore/test-image-fixes
chore: test image fixes
2 parents 594de4e + 0fa4fa9 commit 0665ea9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: github.repository_owner == 'scop' && github.ref == 'refs/heads/main'
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
include:
2728
- dist: alpine

test/docker/debian10/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM debian:10
22

33
RUN export DEBIAN_FRONTEND=noninteractive \
4+
&& sed -i -e 's/\<deb\.debian\.org\>/archive.debian.org/' /etc/apt/sources.list \
45
&& apt-get update \
56
&& apt-get -y upgrade \
67
&& apt-get -y --no-install-recommends install \

0 commit comments

Comments
 (0)