mirror of
https://github.com/yude/firmament
synced 2024-12-22 20:20:10 +09:00
8 lines
318 B
Docker
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>
|