Skip to content
Snippets Groups Projects
Commit b941693e authored by Moul's avatar Moul
Browse files

[mod] #1: Drop Python 3.5 image generation

parent 881b66a6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ test_build_image:
services:
- docker:dind
script:
- docker build 3.5
- docker build 3.6
- docker build 3.7
- docker build 3.8
......@@ -30,11 +29,6 @@ test_build_image:
only:
- tags
build_3_5:
extends: .build_image
variables:
PYTHON_VERSION: "3.5"
build_3_6:
extends: .build_image
variables:
......
FROM python:3.5-slim-buster
# Install libsodium
RUN apt update && \
apt install --yes libsodium23 make && \
rm -rf /var/lib/apt/lists
# Install Poetry
RUN pip3 install poetry
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment