Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #107 from niiknow/master
Browse files Browse the repository at this point in the history
fix build dpkg: error processing package util-linux
  • Loading branch information
noogen authored Oct 13, 2019
2 parents 847efdf + a80b39e commit 58dcd3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM niiknow/docker-hostingbase:1.4.2
LABEL maintainer="noogen <friends@niiknow.org>"
ENV DEBIAN_FRONTEND=noninteractive \
VESTA=/usr/local/vesta \
GOLANG_VERSION=1.12.5 \
GOLANG_VERSION=1.13.1 \
NGINX_BUILD_DIR=/usr/src/nginx \
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.32 \
NGINX_VERSION=1.16.1 \
Expand Down Expand Up @@ -43,9 +43,9 @@ RUN cd /tmp \
&& cp /etc/apt/sources.list /etc/apt/sources.list.bak \
&& echo "deb http://nginx.org/packages/ubuntu/ xenial nginx" | tee -a /etc/apt/sources.list \
&& echo "deb-src http://nginx.org/packages/ubuntu/ xenial nginx" | tee -a /etc/apt/sources.list \
&& apt-get update && apt-get -y --no-install-recommends upgrade \
&& apt-get update && apt-get -yf -o Dpkg::Options::="--force-confold" --no-install-recommends upgrade \
&& curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - \
&& apt-get install -y --no-install-recommends libpcre3-dev libssl-dev dpkg-dev libmaxminddb0 libmaxminddb-dev mmdb-bin libgd-dev iproute uuid-dev \
&& apt-get install -yf -o Dpkg::Options::="--force-confold" --no-install-recommends libpcre3-dev libssl-dev dpkg-dev libmaxminddb0 libmaxminddb-dev mmdb-bin libgd-dev iproute uuid-dev \
&& mkdir -p ${NGINX_BUILD_DIR} \
&& cd ${NGINX_BUILD_DIR} \
&& git clone https://github.com/leev/ngx_http_geoip2_module ngx_http_geoip2_module \
Expand Down Expand Up @@ -120,7 +120,7 @@ RUN cd /tmp \

# install nodejs, memcached, redis-server, openvpn, mongodb, dotnet-sdk, and couchdb
&& apt-get install -yf --no-install-recommends nodejs memcached php-memcached redis-server \
openvpn mongodb-org php-mongodb couchdb dotnet-sdk-2.2 poppler-utils ghostscript \
openvpn mongodb-org php-mongodb couchdb dotnet-sdk-3.0 poppler-utils ghostscript \
libgs-dev imagemagick python3.7 \

# default python 3.7
Expand Down

0 comments on commit 58dcd3a

Please sign in to comment.