0
0
mirror of https://github.com/yude/firmament synced 2025-10-12 11:18:37 +09:00

Initial commit

This commit is contained in:
yude
2021-05-03 21:24:23 +09:00
commit 2a45a72ea3
4 changed files with 100 additions and 0 deletions

7
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
# See here for image contents: https://github.com/sarisia/mikanos-docker
FROM ghcr.io/sarisia/mikanos:latest
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-here>