diff options
| author | Maxime Dénès | 2019-11-22 13:44:04 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-02 13:13:52 +0100 |
| commit | 99221bbdb1792ee4bc642006a372da76d257b7e5 (patch) | |
| tree | 0b211133d0a109cf25184583dd89378255b1f6ff /dev/ci/docker/bionic_coq/Dockerfile | |
| parent | 003512ecebae24bd518155f5a92b851a8f9bcd08 (diff) | |
[CI] Test latest artifacts of SF instead of the stable version
Diffstat (limited to 'dev/ci/docker/bionic_coq/Dockerfile')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 1cad46cd89..e80f96362b 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-11-05-V01" +# CACHEKEY: "bionic_coq-V2019-11-25-V01" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND="noninteractive" RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \ # Dependencies of the image, the test-suite and external projects - m4 automake autoconf time wget rsync git gcc-multilib build-essential unzip \ + m4 automake autoconf time wget rsync git gcc-multilib build-essential unzip jq \ # Dependencies of lablgtk (for CoqIDE) libgtksourceview-3.0-dev \ # Dependencies of stdlib and sphinx doc |
