diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 23:55:56 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 23:55:56 +0100 |
commit | 3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd (patch) | |
tree | bb5e06760c6757a2697df7e6efb88bba5821f7c1 /dist | |
parent | d5b65813b36bf0e179d514ebd872a8b4f5cc79e7 (diff) | |
parent | 262c531cd39412ee3ea1e019f102b9cbfc698da0 (diff) | |
download | ghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.tar.gz ghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.tar.bz2 ghdl-3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd.zip |
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/ci-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ci-run.sh b/dist/ci-run.sh index 1db79fc34..70e6b6d44 100755 --- a/dist/ci-run.sh +++ b/dist/ci-run.sh @@ -429,7 +429,7 @@ ci_run () { GHDL_TEST_IMAGE="test:$GHDL_IMAGE_TAG-py" docker build -t "$GHDL_TEST_IMAGE" - <<-EOF FROM ghdl/ghdl:$GHDL_IMAGE_TAG -RUN apt update -qq && apt install -y python +RUN apt update -qq && apt install -y python3 EOF ;; *) |