[library-web/oscp] Not needed, we can use pysqlite3 available as a standard library
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web/oscp] Not needed, we can use pysqlite3 available as a standard library
- Date: Thu, 13 Feb 2020 20:00:07 +0000 (UTC)
commit c38aca6e28c1121e99c61fc807e2482c7236ee21
Author: Andrea Veri <averi redhat com>
Date: Thu Feb 13 20:58:55 2020 +0100
Not needed, we can use pysqlite3 available as a standard library
httpd/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 5d3528a..9b8a606 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -1,7 +1,7 @@
FROM centos/httpd-24-centos7
USER root
-RUN yum install -y python-html5lib python-sqlite2 git python2-django python27-mod_wsgi && \
+RUN yum install -y python-html5lib git python2-django python27-mod_wsgi && \
yum -y clean all --enablerepo='*'
RUN cd /opt/app-root/src && git clone https://gitlab.gnome.org/Infrastructure/library-web.git
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]