mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-10-10 19:26:18 +00:00
update baculum from 11 to 15
This commit is contained in:
@@ -6,17 +6,20 @@ COPY baculum.list /etc/apt/sources.list.d/baculum.list
|
||||
|
||||
RUN apt update && \
|
||||
apt -y install \
|
||||
php-bcmath \
|
||||
php-bcmath \
|
||||
php*-mbstring \
|
||||
php-fpm \
|
||||
baculum-api \
|
||||
baculum-api-apache2 \
|
||||
baculum-common \
|
||||
bacula-console \
|
||||
baculum-web \
|
||||
baculum-web-apache2 \
|
||||
baculum-api \
|
||||
baculum-api-apache2 \
|
||||
supervisor
|
||||
|
||||
RUN curl -OL https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/archive/Branch-15.0/bacula-community-Branch-15.0.tar.gz \
|
||||
&& tar zxf bacula-community-Branch-15.0.tar.gz \
|
||||
&& cd bacula-community-Branch-15.0/gui/baculum/ \
|
||||
&& cp -Rf index.php assets protected themes /usr/share/baculum/htdocs/ || echo ok
|
||||
|
||||
COPY sudoers-baculum /etc/sudoers.d/sudoers-baculum
|
||||
|
||||
RUN usermod -aG bacula www-data && \
|
||||
@@ -35,5 +38,7 @@ EXPOSE 9096/tcp
|
||||
|
||||
RUN mkdir -p /run/php
|
||||
|
||||
CMD ["/usr/bin/supervisord"]
|
||||
ENTRYPOINT ["/usr/bin/supervisord"]
|
||||
|
||||
# CMD ["/usr/bin/supervisord"]
|
||||
# CMD ["sleep", "50000"]
|
||||
|
Reference in New Issue
Block a user