0
0
mirror of https://github.com/yude/firmament synced 2024-06-09 23:36:01 +09:00
firmament/.devcontainer/Dockerfile
2021-05-03 21:24:23 +09:00

8 lines
318 B
Docker

# 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>