File tree Expand file tree Collapse file tree 15 files changed +70
-213
lines changed Expand file tree Collapse file tree 15 files changed +70
-213
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ RUN set -eux \
98
98
make \
99
99
moreutils \
100
100
mysql-client \
101
+ mongodb-clients \
101
102
mupdf \
102
103
mupdf-tools \
103
104
nano \
@@ -134,20 +135,6 @@ RUN set -eux \
134
135
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
135
136
136
137
137
- ###
138
- ### Instal Architecture Dependent software
139
- ###
140
- #RUN set -eux \
141
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
142
- # DEBIAN_FRONTEND=noninteractive apt-get update \
143
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
144
- # mongodb-org-shell \
145
- # mongodb-org-tools; \
146
- # fi \
147
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
148
- # && rm -rf /var/lib/apt/lists/*
149
-
150
-
151
138
###
152
139
### Install custom software
153
140
###
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ RUN set -eux \
98
98
make \
99
99
moreutils \
100
100
mysql-client \
101
+ mongodb-clients \
101
102
mupdf \
102
103
mupdf-tools \
103
104
nano \
@@ -134,20 +135,6 @@ RUN set -eux \
134
135
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
135
136
136
137
137
- ###
138
- ### Instal Architecture Dependent software
139
- ###
140
- #RUN set -eux \
141
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
142
- # DEBIAN_FRONTEND=noninteractive apt-get update \
143
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
144
- # mongodb-org-shell \
145
- # mongodb-org-tools; \
146
- # fi \
147
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
148
- # && rm -rf /var/lib/apt/lists/*
149
-
150
-
151
138
###
152
139
### Install custom software
153
140
###
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ RUN set -eux \
98
98
make \
99
99
moreutils \
100
100
mysql-client \
101
+ mongodb-clients \
101
102
mupdf \
102
103
mupdf-tools \
103
104
nano \
@@ -134,20 +135,6 @@ RUN set -eux \
134
135
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
135
136
136
137
137
- ###
138
- ### Instal Architecture Dependent software
139
- ###
140
- #RUN set -eux \
141
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
142
- # DEBIAN_FRONTEND=noninteractive apt-get update \
143
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
144
- # mongodb-org-shell \
145
- # mongodb-org-tools; \
146
- # fi \
147
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
148
- # && rm -rf /var/lib/apt/lists/*
149
-
150
-
151
138
###
152
139
### Install custom software
153
140
###
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ RUN set -eux \
98
98
make \
99
99
moreutils \
100
100
mysql-client \
101
+ mongodb-clients \
101
102
mupdf \
102
103
mupdf-tools \
103
104
nano \
@@ -134,20 +135,6 @@ RUN set -eux \
134
135
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
135
136
136
137
137
- ###
138
- ### Instal Architecture Dependent software
139
- ###
140
- #RUN set -eux \
141
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
142
- # DEBIAN_FRONTEND=noninteractive apt-get update \
143
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
144
- # mongodb-org-shell \
145
- # mongodb-org-tools; \
146
- # fi \
147
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
148
- # && rm -rf /var/lib/apt/lists/*
149
-
150
-
151
138
###
152
139
### Install custom software
153
140
###
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN set -eux \
99
99
make \
100
100
moreutils \
101
101
mysql-client \
102
+ mongodb-clients \
102
103
mupdf \
103
104
mupdf-tools \
104
105
nano \
@@ -136,20 +137,6 @@ RUN set -eux \
136
137
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
137
138
138
139
139
- ###
140
- ### Instal Architecture Dependent software
141
- ###
142
- #RUN set -eux \
143
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
144
- # DEBIAN_FRONTEND=noninteractive apt-get update \
145
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
146
- # mongodb-org-shell \
147
- # mongodb-org-tools; \
148
- # fi \
149
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
150
- # && rm -rf /var/lib/apt/lists/*
151
-
152
-
153
140
###
154
141
### Install custom software
155
142
###
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN set -eux \
99
99
make \
100
100
moreutils \
101
101
mysql-client \
102
+ mongodb-clients \
102
103
mupdf \
103
104
mupdf-tools \
104
105
nano \
@@ -136,20 +137,6 @@ RUN set -eux \
136
137
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
137
138
138
139
139
- ###
140
- ### Instal Architecture Dependent software
141
- ###
142
- #RUN set -eux \
143
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
144
- # DEBIAN_FRONTEND=noninteractive apt-get update \
145
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
146
- # mongodb-org-shell \
147
- # mongodb-org-tools; \
148
- # fi \
149
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
150
- # && rm -rf /var/lib/apt/lists/*
151
-
152
-
153
140
###
154
141
### Install custom software
155
142
###
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN set -eux \
99
99
make \
100
100
moreutils \
101
101
mariadb-client \
102
+ mongo-tools \
102
103
mupdf \
103
104
mupdf-tools \
104
105
nano \
@@ -135,20 +136,6 @@ RUN set -eux \
135
136
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
136
137
137
138
138
- ###
139
- ### Instal Architecture Dependent software
140
- ###
141
- #RUN set -eux \
142
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
143
- # DEBIAN_FRONTEND=noninteractive apt-get update \
144
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
145
- # mongodb-org-shell \
146
- # mongodb-org-tools; \
147
- # fi \
148
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
149
- # && rm -rf /var/lib/apt/lists/*
150
-
151
-
152
139
###
153
140
### Install custom software
154
141
###
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN set -eux \
99
99
make \
100
100
moreutils \
101
101
mariadb-client \
102
+ mongo-tools \
102
103
mupdf \
103
104
mupdf-tools \
104
105
nano \
@@ -135,20 +136,6 @@ RUN set -eux \
135
136
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
136
137
137
138
138
- ###
139
- ### Instal Architecture Dependent software
140
- ###
141
- #RUN set -eux \
142
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
143
- # DEBIAN_FRONTEND=noninteractive apt-get update \
144
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
145
- # mongodb-org-shell \
146
- # mongodb-org-tools; \
147
- # fi \
148
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
149
- # && rm -rf /var/lib/apt/lists/*
150
-
151
-
152
139
###
153
140
### Install custom software
154
141
###
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ RUN set -eux \
60
60
&& echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
61
61
&& APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv A1715D88E1DF1F24 \
62
62
&& echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu artful main" > /etc/apt/sources.list.d/git.list \
63
+ && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 20691EEC35216C63CAF66CE1656408E390CFB1F5 \
64
+ && echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" > /etc/apt/sources.list.d/mongo.list \
63
65
\
64
66
&& DEBIAN_FRONTEND=noninteractive apt-get update \
65
67
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
@@ -99,6 +101,8 @@ RUN set -eux \
99
101
make \
100
102
moreutils \
101
103
mariadb-client \
104
+ mongodb-org-tools \
105
+ mongodb-org-shell \
102
106
mupdf \
103
107
mupdf-tools \
104
108
nano \
@@ -135,20 +139,6 @@ RUN set -eux \
135
139
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
136
140
137
141
138
- ###
139
- ### Instal Architecture Dependent software
140
- ###
141
- #RUN set -eux \
142
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
143
- # DEBIAN_FRONTEND=noninteractive apt-get update \
144
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
145
- # mongodb-org-shell \
146
- # mongodb-org-tools; \
147
- # fi \
148
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
149
- # && rm -rf /var/lib/apt/lists/*
150
-
151
-
152
142
###
153
143
### Install custom software
154
144
###
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ RUN set -eux \
60
60
&& echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \
61
61
&& APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv A1715D88E1DF1F24 \
62
62
&& echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu artful main" > /etc/apt/sources.list.d/git.list \
63
+ && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 20691EEC35216C63CAF66CE1656408E390CFB1F5 \
64
+ && echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" > /etc/apt/sources.list.d/mongo.list \
63
65
\
64
66
&& DEBIAN_FRONTEND=noninteractive apt-get update \
65
67
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
@@ -99,6 +101,8 @@ RUN set -eux \
99
101
make \
100
102
moreutils \
101
103
mariadb-client \
104
+ mongodb-org-tools \
105
+ mongodb-org-shell \
102
106
mupdf \
103
107
mupdf-tools \
104
108
nano \
@@ -135,20 +139,6 @@ RUN set -eux \
135
139
&& (find /usr/local/sbin -type f -print0 | xargs -n1 -0 -P$(getconf _NPROCESSORS_ONLN) strip --strip-all -p 2>/dev/null || true)
136
140
137
141
138
- ###
139
- ### Instal Architecture Dependent software
140
- ###
141
- #RUN set -eux \
142
- # && if [ "${ARCH}" = "linux/amd64" ]; then \
143
- # DEBIAN_FRONTEND=noninteractive apt-get update \
144
- # && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
145
- # mongodb-org-shell \
146
- # mongodb-org-tools; \
147
- # fi \
148
- # && DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false apt-utils \
149
- # && rm -rf /var/lib/apt/lists/*
150
-
151
-
152
142
###
153
143
### Install custom software
154
144
###
You can’t perform that action at this time.
0 commit comments