improced Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y default-libmysqlclient-dev
|
RUN apt-get install -y default-libmysqlclient-dev
|
||||||
RUN apt-get install -y postgresql postgresql-contrib
|
RUN apt-get install -y postgresql postgresql-contrib libpq-dev python-psycopg2
|
||||||
RUN apt-get update && apt-get install \
|
RUN apt-get update && apt-get install \
|
||||||
-y --no-install-recommends python3 python3-virtualenv
|
-y --no-install-recommends python3 python3-virtualenv
|
||||||
RUN apt-get update && apt-get install libssl-dev
|
RUN apt-get update && apt-get install libssl-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user