Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 25a84e0

Browse files
committed
Include netty-handler module in Docker layer cache
1 parent 1d73f65 commit 25a84e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PATH=/home/build/apache-maven-3.6.3/bin:$PATH
2424
# Prepare a snapshot of Netty 5
2525
RUN git clone -b master https://github.com/netty/netty.git netty
2626
WORKDIR /home/build/netty
27-
RUN mvn install -DskipTests -T1C -B -am -pl buffer
27+
RUN mvn install -DskipTests -T1C -B -am -pl buffer,handler
2828
WORKDIR /home/build
2929

3030
# Prepare our own build

0 commit comments

Comments
 (0)