New image Fedora 32 + Python 3.8 (synced from upstream)

This commit is contained in:
Lumir Balhar 2020-03-30 14:31:59 +02:00
commit 4fb1f66d7a
9 changed files with 56 additions and 79 deletions

View file

@ -254,7 +254,7 @@ function ct_npm_works() {
local tmpdir
tmpdir=$(mktemp -d)
: " Testing npm in the container image"
cid_file="${tmpdir}/cid"
local cid_file="${tmpdir}/cid"
if ! docker run --rm "${IMAGE_NAME}" /bin/bash -c "npm --version" >"${tmpdir}/version" ; then
echo "ERROR: 'npm --version' does not work inside the image ${IMAGE_NAME}." >&2
return 1