mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
fixes
This commit is contained in:
parent
4a0a0021e6
commit
004dabaa91
@ -75,16 +75,6 @@ RUN apt-get update && \
|
|||||||
checkinstall \
|
checkinstall \
|
||||||
dh-make
|
dh-make
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# IP2Location support for prod nginx module
|
|
||||||
##################################################################
|
|
||||||
RUN cd ${SRC_DIR} && \
|
|
||||||
git clone https://github.com/chrislim2888/IP2Location-C-Library.git ip2 && \
|
|
||||||
cd ${SRC_DIR}/ip2 && \
|
|
||||||
./build.sh && \
|
|
||||||
fakeroot checkinstall -D --pkgversion=$(date +%Y%m%d%H%M) --pakdir=${EXPORT_DIR} --maintainer="EpicMorg, developer@epicm.org" --pkgname=ip2-custom --conflicts=ip2 --install=yes -y && \
|
|
||||||
rm -rfv ${SRC_DIR}/*
|
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# nginx deps
|
# nginx deps
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -119,6 +109,16 @@ RUN apt-get update && \
|
|||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
tcl
|
tcl
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# IP2Location support for prod nginx module
|
||||||
|
##################################################################
|
||||||
|
RUN cd ${SRC_DIR} && \
|
||||||
|
git clone https://github.com/chrislim2888/IP2Location-C-Library.git ip2 && \
|
||||||
|
cd ${SRC_DIR}/ip2 && \
|
||||||
|
./build.sh && \
|
||||||
|
fakeroot checkinstall -D --pkgversion=$(date +%Y%m%d%H%M) --pakdir=${EXPORT_DIR} --maintainer="EpicMorg, developer@epicm.org" --pkgname=ip2-custom --conflicts=ip2 --install=yes -y && \
|
||||||
|
rm -rfv ${SRC_DIR}/*
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# other customisations
|
# other customisations
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#main
|
#main
|
||||||
deb http://ftp.ru.debian.org/debian/ sid main contrib non-free
|
deb http://ftp.ru.debian.org/debian/ testing main contrib non-free
|
||||||
deb-src http://ftp.ru.debian.org/debian/ sid main contrib non-free
|
deb-src http://ftp.ru.debian.org/debian/ testing main contrib non-free
|
||||||
deb http://ftp.ru.debian.org/debian/ testing-updates main contrib non-free
|
deb http://ftp.ru.debian.org/debian/ testing-updates main contrib non-free
|
||||||
deb-src http://ftp.ru.debian.org/debian/ testing-updates main contrib non-free
|
deb-src http://ftp.ru.debian.org/debian/ testing-updates main contrib non-free
|
||||||
deb http://ftp.ru.debian.org/debian/ testing-proposed-updates main contrib non-free
|
deb http://ftp.ru.debian.org/debian/ testing-proposed-updates main contrib non-free
|
||||||
|
@ -33,6 +33,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
htop \
|
htop \
|
||||||
iftop \
|
iftop \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
|
kmod \
|
||||||
libzip4 \
|
libzip4 \
|
||||||
locales \
|
locales \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
|
Loading…
Reference in New Issue
Block a user