Skip to content

Instantly share code, notes, and snippets.

@daniframos
Created January 21, 2019 11:57
Show Gist options
  • Save daniframos/7c33421c0dbdc16f5eceb412d315d5c4 to your computer and use it in GitHub Desktop.
Save daniframos/7c33421c0dbdc16f5eceb412d315d5c4 to your computer and use it in GitHub Desktop.
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