Skip to content

Commit

Permalink
dnf update -> dnf upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnl05 committed Jan 21, 2016
1 parent 546db90 commit 4233bd8
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 @@ -5,7 +5,7 @@ MAINTAINER Jan Pazdziora

# Install FreeIPA server
RUN mkdir -p /run/lock
RUN dnf update -y
RUN dnf upgrade -y
RUN dnf install -y freeipa-server freeipa-server-dns bind bind-dyndb-ldap pki-server perl 'perl(bigint)' patch
RUN dnf clean all
ADD ticket-5269.patch /root/ticket-5269.patch
Expand Down

0 comments on commit 4233bd8

Please sign in to comment.