diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-11 18:24:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-11 18:24:36 -0800 |
commit | 38bc414fe51f740de5be2007d4af9c8dbb7b3fed (patch) | |
tree | 049acc8d6d14c091e8518cce250c8dee50d9754b /extra | |
parent | dbfc6e9bacaab4960e814192d66eefea87ef8930 (diff) | |
download | fatcat-38bc414fe51f740de5be2007d4af9c8dbb7b3fed.tar.gz fatcat-38bc414fe51f740de5be2007d4af9c8dbb7b3fed.zip |
Revert "docker xenial base image: include python3.8"
This reverts commit 91628426678a635f26cf992dbd5caedb4a3ae24b.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/docker/Dockerfile.test-base | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/extra/docker/Dockerfile.test-base b/extra/docker/Dockerfile.test-base index 1413f88e..a556ed99 100644 --- a/extra/docker/Dockerfile.test-base +++ b/extra/docker/Dockerfile.test-base @@ -18,12 +18,7 @@ RUN set -eux; \ # APT dependencies RUN set -eux; \ apt update -qy; \ - apt install -y \ - software-properties-common wget pkg-config git \ - libpq-dev libsnappy-dev libsodium-dev software-properties-common \ - python3.7 python3.7-dev python3.7-venv python3.7-distutils \ - python3.8 python3.8-dev python3.8-venv python3.8-distutils \ - python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest + apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev software-properties-common python3.7 python3.7-dev python3.7-venv python3.7-distutils wget libpq-dev pkg-config python3-pytest git # Rust setup from docker-rust debian Dockerfile RUN set -eux; \ |