Skip to content

Commit

Permalink
Create /var/lock for the rpm transaction.
Browse files Browse the repository at this point in the history
Addressing
  Installing  : opencryptoki-3.4-1.fc23.x86_64                           66/330
error: unpacking of archive failed on file /var/lock/opencryptoki: cpio: mkdir
  Installing  : httpd-tools-2.4.17-3.fc23.x86_64                         67/330
error: opencryptoki-3.4-1.fc23.x86_64: install failed
  • Loading branch information
adelton committed Dec 1, 2015
1 parent 9f2bc76 commit 00cf3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM fedora:23
MAINTAINER Jan Pazdziora

# Install FreeIPA server
RUN dnf install -y freeipa-server freeipa-server-dns bind bind-dyndb-ldap perl 'perl(bigint)' patch && dnf clean all
RUN mkdir -p /run/lock && dnf install -y freeipa-server freeipa-server-dns bind bind-dyndb-ldap perl 'perl(bigint)' patch && dnf clean all
ADD ticket-5269.patch /root/ticket-5269.patch
RUN patch /usr/lib/python2.7/site-packages/ipaserver/install/cainstance.py < /root/ticket-5269.patch && python -c 'import ipaserver.install.cainstance'

Expand Down

0 comments on commit 00cf3ea

Please sign in to comment.