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:
commit
e1df1eddc5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user