Skip to content

Commit b81ebbb

Browse files
committed
fix(dev-image): add libwww-perl
1 parent 5c5e1b2 commit b81ebbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/build-dev-image.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM ubuntu:20.04
1919

2020
# Install Test::Nginx
2121
RUN apt update
22-
RUN apt install -y cpanminus make
22+
RUN apt install -y cpanminus make libwww-perl
2323
RUN cpanm --notest Test::Nginx
2424

2525
# Install development utils

0 commit comments

Comments
 (0)