-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple metadata data sources (#474)
- Loading branch information
1 parent
2d63a1c
commit c97f119
Showing
126 changed files
with
9,613 additions
and
5,332 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
FROM mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm | ||
|
||
RUN apt-get update && apt-get install -y p7zip-full | ||
RUN mkdir -p /workspace/gaseous-server/wwwroot/emulators/EmulatorJS | ||
RUN wget https://cdn.emulatorjs.org/releases/4.0.12.7z | ||
RUN 7z x -y -o/workspace/gaseous-server/wwwroot/emulators/EmulatorJS 4.0.12.7z | ||
# update apt-get | ||
RUN apt-get update | ||
|
||
# download and unzip EmulatorJS from CDN | ||
RUN apt-get install -y p7zip-full default-jdk nodejs wget | ||
RUN mkdir -p out/wwwroot/emulators/EmulatorJS | ||
RUN wget https://cdn.emulatorjs.org/releases/4.1.1.7z | ||
RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.1.1.7z |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.