File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 2
2
# This file compiled from Dockerfile.in.
3
3
#
4
4
5
- FROM couchdb:1.6.1
5
+ FROM couchdb:2.3.0
6
6
7
7
#
8
8
# Environment configurations to get everything to play well
@@ -60,7 +60,7 @@ RUN apt-get -qq clean && \
60
60
liblzma-dev \
61
61
libmagickcore-dev \
62
62
libmagickwand-dev \
63
- libmysqlclient-dev \
63
+ # libmysqlclient-dev \
64
64
libncurses-dev \
65
65
libpng-dev \
66
66
libpq-dev \
@@ -90,15 +90,12 @@ RUN apt-get -qq clean && \
90
90
ENV PYTHON_VERSION 3.6.6
91
91
ENV PYTHON_PIP_VERSION 18.0
92
92
93
- # Remove Debian python
94
- RUN apt-get -qq purge -y python.*
95
-
96
- # Install pyenv
93
+ # Install desired Python version using pyenv
97
94
ENV PYENV_ROOT /root/.pyenv
98
95
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
99
96
100
97
RUN set -ex \
101
- && curl -L https://raw.githubusercontent. com/yyuu /pyenv-installer/master/bin/pyenv-installer | bash \
98
+ && curl -L https://github. com/pyenv /pyenv-installer/raw /master/bin/pyenv-installer | bash \
102
99
&& pyenv update \
103
100
&& pyenv install $PYTHON_VERSION \
104
101
&& pyenv global $PYTHON_VERSION \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ config:
39
39
main :
40
40
file : Dockerfile
41
41
context : .
42
- base_image : couchdb:1.6.1
42
+ base_image : couchdb:2.3.0
43
43
44
44
readme :
45
45
url_github : https://github.com/fogies/docker-base
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN apt-get -qq clean && \
43
43
liblzma-dev \
44
44
libmagickcore-dev \
45
45
libmagickwand-dev \
46
- libmysqlclient-dev \
46
+ # libmysqlclient-dev \
47
47
libncurses-dev \
48
48
libpng-dev \
49
49
libpq-dev \
Original file line number Diff line number Diff line change 7
7
ENV PYTHON_VERSION 3.6.6
8
8
ENV PYTHON_PIP_VERSION 18.0
9
9
10
- # Remove Debian python
11
- RUN apt-get -qq purge -y python.*
12
-
13
- # Install pyenv
10
+ # Install desired Python version using pyenv
14
11
ENV PYENV_ROOT /root/.pyenv
15
12
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
16
13
17
14
RUN set -ex \
18
- && curl -L https://raw.githubusercontent. com/yyuu /pyenv-installer/master/bin/pyenv-installer | bash \
15
+ && curl -L https://github. com/pyenv /pyenv-installer/raw /master/bin/pyenv-installer | bash \
19
16
&& pyenv update \
20
17
&& pyenv install $PYTHON_VERSION \
21
18
&& pyenv global $PYTHON_VERSION \
You can’t perform that action at this time.
0 commit comments