Add UE5 boilerplate

This commit is contained in:
2021-11-15 18:09:27 +01:00
parent a8e05a319e
commit 6b7ca28fe0
2 changed files with 173 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM haskell:buster
FROM docker.io/haskell:buster
RUN apt-get update && apt-get install -y haskell-platform