Skip to content

Commit

Permalink
Install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansamson committed Jul 12, 2017
1 parent 7985cb4 commit 8c09c03
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 @@ -3,7 +3,7 @@ FROM fedora:25
RUN dnf install gnupg wget dnf-plugins-core -y \
&& rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" \
&& dnf config-manager --add-repo http://download.mono-project.com/repo/centos7/ \
&& dnf install libzip mono-devel nuget msbuild referenceassemblies-pcl \
&& dnf install libzip mono-devel nuget msbuild referenceassemblies-pcl -y \
&& dnf clean all

RUN dnf install curl unzip java-1.8.0-openjdk-headless java-1.8.0-openjdk-devel -y && \
Expand Down

0 comments on commit 8c09c03

Please sign in to comment.