Skip to content
Snippets Groups Projects
Verified Commit c2401544 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

Dockerfile: remove useless comment

There is a dedicated page for Docker, we dont need to supply our own
documentation
parent 586dad7b
Branches
Tags
2 merge requests!377Turris OS 5.2 (HBK),!315Gitlab CI: Use Container Registry and add Dockerfile
Pipeline #74328 passed with stage
in 2 minutes and 44 seconds
# This is Docker file for container used on Gitlab to test
# if all patches were applied correctly.
# To build it you have to run in repository root:
# docker build -t registry.nic.cz/turris/turris-build -f .Dockerfile .
# With built container you can push it to Gitlab with:
# docker push registry.nic.cz/turris/turris-build
FROM debian:stable
RUN \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment