ci: fix dev images creation script (#1745)

This commit is contained in:
Jonas L 2022-04-09 16:33:10 +02:00 committed by GitHub
parent 5f4badcdeb
commit f2e7c3c124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
COPY packages.list packages.list
EOF
[[ "${{ matrix.release }}" ~= bionic|focal ]] && \
[[ "${{ matrix.release }}" =~ "bionic|focal" ]] && \
cat <<EOF >> Dockerfile
RUN DEBIAN_FRONTEND=noninteractive apt-get --quiet update && \
DEBIAN_FRONTEND=noninteractive apt-get --quiet install -y software-properties-common && \