Skip to content

Commit 06b3326

Browse files
[CI] Cleanup altlinux (10/11) docker files (#16)
libsqlite3-devel and python3-modules-sqlite3 are not required
1 parent d94f141 commit 06b3326

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Dockerfile--altlinux_10.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
1614
EXPOSE 22
1715

1816
RUN ssh-keygen -A
@@ -27,8 +25,6 @@ RUN apt-get install -y git
2725
FROM base1_with_dev_tools as base2_with_python-3
2826
RUN apt-get install -y python3
2927
RUN 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

3329
ENV PYTHON_VERSION=3
3430

Dockerfile--altlinux_11.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
1917
EXPOSE 22
2018

2119
RUN ssh-keygen -A
@@ -30,8 +28,6 @@ RUN apt-get install -y git
3028
FROM base1_with_dev_tools as base2_with_python-3
3129
RUN apt-get install -y python3
3230
RUN 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

3632
ENV PYTHON_VERSION=3
3733

0 commit comments

Comments
 (0)