solorice/vscodium/extensions/ms-azuretools.vscode-docker-1.22.0/resources/templates/other/Dockerfile.template
2022-04-28 21:17:01 +03:00

5 lines
187 B
Docker

FROM docker/whalesay:latest
LABEL Name={{ serviceName }} Version={{ version }}
RUN apt-get -y update && apt-get install -y fortunes
CMD ["sh", "-c", "/usr/games/fortune -a | cowsay"]