diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:24:48 +0100 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-30 07:24:48 +0100 |
| commit | b60bf8d5cac4bc2a5703d2c219dc39cc123d19b2 (patch) | |
| tree | 0df21eeaf0553a8b9fafde77890a1c51bae13518 | |
| parent | 66897c1a9d3eaddd4f7f410418f0a9b6a66cee34 (diff) | |
feat: remove apt-install
| -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 |
