mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Adjusting some details
This commit is contained in:
parent
c220e5997c
commit
e9c1b0cf8c
4 changed files with 7 additions and 7 deletions
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /usr/share/bunkerweb/deps && \
|
|||
# Nginx
|
||||
COPY src/linux/nginx.repo /etc/yum.repos.d/nginx.repo
|
||||
RUN dnf install yum-utils -y && \
|
||||
dnf install nginx-1.20.2 -y
|
||||
dnf install nginx-1.22.1 -y
|
||||
|
||||
# Compile and install dependencies
|
||||
RUN dnf install -y python39-pip brotli brotli-devel wget gperftools-devel perl libxslt-devel libxml2 libxslt bash gd gd-devel gcc-c++ kernel-devel curl znc-modtcl libmpc-devel gmp-devel gawk mpfr-devel libtool pcre-devel automake autoconf readline-devel gcc make openssl-devel git zlib-devel libxml2-devel pkgconf libcurl-devel geoip-devel lmdb-libs && \
|
||||
|
|
@ -81,7 +81,7 @@ RUN cp /usr/share/bunkerweb/helpers/bwcli /usr/bin/ && \
|
|||
COPY src/linux/scripts /usr/share/bunkerweb/scripts
|
||||
COPY src/linux/fpm.sh /usr/share/fpm.sh
|
||||
RUN chmod +x /usr/share/bunkerweb/scripts/*.sh /usr/share/fpm.sh
|
||||
COPY src/linux/fpm-ubuntu /usr/share/.fpm
|
||||
COPY src/linux/fpm-centos /usr/share/.fpm
|
||||
COPY src/linux/bunkerweb.service /etc/systemd/system/bunkerweb.service
|
||||
COPY src/linux/bunkerweb-ui.service /etc/systemd/system/bunkerweb-ui.service
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ RUN cp /usr/share/bunkerweb/helpers/bwcli /usr/bin/ && \
|
|||
COPY src/linux/scripts /usr/share/bunkerweb/scripts
|
||||
COPY src/linux/fpm.sh /usr/share/fpm.sh
|
||||
RUN chmod +x /usr/share/bunkerweb/scripts/*.sh /usr/share/fpm.sh
|
||||
COPY src/linux/fpm-ubuntu /usr/share/.fpm
|
||||
COPY src/linux/fpm-debian /usr/share/.fpm
|
||||
COPY src/linux/bunkerweb.service /etc/systemd/system/bunkerweb.service
|
||||
COPY src/linux/bunkerweb-ui.service /etc/systemd/system/bunkerweb-ui.service
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ RUN dnf install -y ruby ruby-devel make gcc redhat-rpm-config rpm-build && \
|
|||
# Nginx
|
||||
RUN dnf update -y && \
|
||||
dnf install -y curl gnupg2 ca-certificates redhat-lsb-core && \
|
||||
dnf install nginx-1.20.2 -y
|
||||
dnf install nginx-1.22.1 -y
|
||||
|
||||
# Copy dependencies sources folder
|
||||
COPY src/deps /tmp/bunkerweb/deps
|
||||
|
|
@ -76,7 +76,7 @@ RUN cp /usr/share/bunkerweb/helpers/bwcli /usr/bin/ && \
|
|||
COPY src/linux/scripts /usr/share/bunkerweb/scripts
|
||||
COPY src/linux/fpm.sh /usr/share/fpm.sh
|
||||
RUN chmod +x /usr/share/bunkerweb/scripts/*.sh /usr/share/fpm.sh
|
||||
COPY src/linux/fpm-ubuntu /usr/share/.fpm
|
||||
COPY src/linux/fpm-fedora /usr/share/.fpm
|
||||
COPY src/linux/bunkerweb.service /etc/systemd/system/bunkerweb.service
|
||||
COPY src/linux/bunkerweb-ui.service /etc/systemd/system/bunkerweb-ui.service
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ RUN dnf install -y ruby ruby-devel make gcc redhat-rpm-config rpm-build wget &&
|
|||
# Nginx
|
||||
COPY src/linux/nginx.repo /etc/yum.repos.d/nginx.repo
|
||||
RUN dnf install yum-utils -y && \
|
||||
dnf install nginx-1.20.2 -y
|
||||
dnf install nginx-1.22.1 -y
|
||||
|
||||
# Copy dependencies sources folder
|
||||
COPY src/deps /tmp/bunkerweb/deps
|
||||
|
|
@ -81,7 +81,7 @@ RUN cp /usr/share/bunkerweb/helpers/bwcli /usr/bin/ && \
|
|||
COPY src/linux/scripts /usr/share/bunkerweb/scripts
|
||||
COPY src/linux/fpm.sh /usr/share/fpm.sh
|
||||
RUN chmod +x /usr/share/bunkerweb/scripts/*.sh /usr/share/fpm.sh
|
||||
COPY src/linux/fpm-ubuntu /usr/share/.fpm
|
||||
COPY src/linux/fpm-rhel /usr/share/.fpm
|
||||
COPY src/linux/bunkerweb.service /etc/systemd/system/bunkerweb.service
|
||||
COPY src/linux/bunkerweb-ui.service /etc/systemd/system/bunkerweb-ui.service
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue