File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ RUN apt-get install -y time
1111
1212# RUN apt-get install -y mc
1313
14- RUN apt-get install -y libsqlite3-devel
15-
1614EXPOSE 22
1715
1816RUN ssh-keygen -A
@@ -27,8 +25,6 @@ RUN apt-get install -y git
2725FROM base1_with_dev_tools as base2_with_python-3
2826RUN apt-get install -y python3
2927RUN apt-get install -y python3-dev
30- # RUN apt-get install -y python3-module-virtualenv
31- RUN apt-get install -y python3-modules-sqlite3
3228
3329ENV PYTHON_VERSION= 3
3430
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ RUN apt-get install -y procps
1414
1515# RUN apt-get install -y mc
1616
17- RUN apt-get install -y libsqlite3-devel
18-
1917EXPOSE 22
2018
2119RUN ssh-keygen -A
@@ -30,8 +28,6 @@ RUN apt-get install -y git
3028FROM base1_with_dev_tools as base2_with_python-3
3129RUN apt-get install -y python3
3230RUN apt-get install -y python3-dev
33- # RUN apt-get install -y python3-module-virtualenv
34- RUN apt-get install -y python3-modules-sqlite3
3531
3632ENV PYTHON_VERSION= 3
3733
You can’t perform that action at this time.
0 commit comments