dotfiles/vscode/.vscode/extensions/ms-azuretools.vscode-docker-1.29.1/resources/templates/other/Dockerfile.template
2024-08-02 10:42:24 -06: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"]