Created
January 21, 2019 11:57
-
-
Save daniframos/7c33421c0dbdc16f5eceb412d315d5c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM registry.redhat.io/dotnet/dotnet-21-runtime-rhel7 | |
ADD bin/Release/netcoreapp2.1/rhel.7-x64/publish/ . | |
USER root | |
RUN yum install libaio | |
CMD ["dotnet", "mvc_runtime_example.dll"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment