File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ENV LANG C.UTF-8
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
+ libsqlite3-0 \
12
13
libssl1.0.0 \
13
- sqlite3 \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
16
ENV PYTHON_VERSION 2.7.8
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ENV LANG C.UTF-8
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
+ libsqlite3-0 \
12
13
libssl1.0.0 \
13
- sqlite3 \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
16
ENV PYTHON_VERSION 3.3.6
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ENV LANG C.UTF-8
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
+ libsqlite3-0 \
12
13
libssl1.0.0 \
13
- sqlite3 \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
16
ENV PYTHON_VERSION 3.4.2
You can’t perform that action at this time.
0 commit comments