Skip to content

Commit 9fccc9a

Browse files
committed
remove duplicated installation
The `gawk` package is already provided in the `webispy/checkpatch` docker image. Signed-off-by: Inho Oh <webispy@gmail.com>
1 parent ea4d252 commit 9fccc9a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
FROM webispy/checkpatch
22

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-
83
COPY entrypoint.sh /entrypoint.sh
94
COPY review.sh /review.sh
105

0 commit comments

Comments
 (0)