vscode-template/Dockerfile

5 lines
115 B
Docker
Raw Permalink Normal View History

2024-09-26 08:09:58 +02:00
FROM ubuntu:latest
# https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]