diff options
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index dafa2de..b7aaf9c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ FROM debian -RUN apt-get update && apt-get install -y jq
\ No newline at end of file +RUN echo "test!"
\ No newline at end of file |
