Files
deployment/Dockerfile
2025-02-23 10:16:55 +01:00

8 lines
218 B
Docker

FROM ubuntu:latest
LABEL maintainer="Cedric Verstraeten"
# Install dependencies
RUN apt-get update && apt-get install snapd snap-confine -y
# Install microk8s
RUN snap install microk8s --classic --channel=1.32/stable