We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d252 commit 9fccc9aCopy full SHA for 9fccc9a
1 file changed
Dockerfile
@@ -1,10 +1,5 @@
1
FROM webispy/checkpatch
2
3
-RUN apt-get update && apt-get install -y --no-install-recommends \
4
- gawk \
5
- && apt-get clean \
6
- && rm -rf /var/lib/apt/lists/*
7
-
8
COPY entrypoint.sh /entrypoint.sh
9
COPY review.sh /review.sh
10
0 commit comments