1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-03-03 14:42:21 +02:00

Merge pull request #23 from WizaXxX/master

Исправление ошибок с сертификатами #22
This commit is contained in:
Ilya 2021-10-13 13:42:02 +03:00 committed by GitHub
commit e1df1eddc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ RUN set -ex; \
# russian locale
localedef -f UTF-8 -i ru_RU ru_RU.UTF-8; \
# ImageMagick & httpd & xorg-x11-server-Xvf
yum -y --setopt=tsflags=nodocs install ImageMagick httpd which xorg-x11-xauth dbus-x11 xorg-x11-server-Xvfb cifs-utils; \
yum -y --setopt=tsflags=nodocs install ImageMagick httpd which xorg-x11-xauth dbus-x11 xorg-x11-server-Xvfb cifs-utils ca-certificates update-ca-trust; \
dbus-uuidgen > /var/lib/dbus/machine-id; \
yum clean all

View File

@ -15,7 +15,7 @@ RUN yum -y localinstall /tmp/core/*.rpm; \
cert-sync /etc/pki/tls/certs/ca-bundle.crt; \
oscript /usr/share/oscript/lib/opm/src/cmd/opm.os install deployka; \
chmod +x /usr/bin/deployka; \
chmod +x /tmp/license-tools/1ce-installer-cli; /tmp/license-tools/1ce-installer-cli install
chmod +x /tmp/license-tools/1ce-installer-cli; /tmp/license-tools/1ce-installer-cli install --ignore-signature-warnings
ENV COREDATA /var/lib/1c/data
ENV CORELOGS /var/log/1c