aboutsummaryrefslogtreecommitdiff
path: root/containers/clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'containers/clang-format')
-rw-r--r--containers/clang-format/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/clang-format/Dockerfile b/containers/clang-format/Dockerfile
index 50a614f..6cf3bc2 100644
--- a/containers/clang-format/Dockerfile
+++ b/containers/clang-format/Dockerfile
@@ -3,6 +3,6 @@ FROM docker.io/library/alpine:3
RUN apk update && \
apk upgrade && \
apk add clang git && \
- apk list | sort > /packages.txt
+ apk list --installed | sort > /packages.txt
COPY clang-format.sh /clang-format