[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [manual/master] install virtualenv from packages. use a different docker image to see if
commit f02d157099da5f703d80342e735f77e61935567d
Author: emma peel <emma.peel@xxxxxxxxxx>
Date: Thu May 20 14:02:06 2021 +0200
install virtualenv from packages. use a different docker image to see if
that fixes the problem with the .po files showing up on the page.
---
.gitlab-ci.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 165814f..6c97f68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.9-slim-buster
+image: debian:buster-slim
cache:
key: $CI_PROJECT_PATH_SLUG.${CI_COMMIT_REF_SLUG}
@@ -32,8 +32,7 @@ variables:
before_script:
- *apt-template
- - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector -y
- - pip3 install virtualenv
+ - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector python3-virtualenv -y
- virtualenv venv
- source venv/bin/activate
- pip3 install lektor
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits