Skip to content
Snippets Groups Projects
Commit 852c2541 authored by nd's avatar nd
Browse files

Update Dockerfile.buster

parent 3902f9c6
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ FROM debian:buster ...@@ -2,5 +2,5 @@ FROM debian:buster
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \ apt-get -qq dist-upgrade && \
apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy lsb-release && \ apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy lsb-release python3-pip && \
apt-get -qq clean apt-get -qq clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment