There was an error while loading. Please reload this page.
1 parent 5c5e1b2 commit b81ebbbCopy full SHA for b81ebbb
1 file changed
example/build-dev-image.dockerfile
@@ -19,7 +19,7 @@ FROM ubuntu:20.04
19
20
# Install Test::Nginx
21
RUN apt update
22
-RUN apt install -y cpanminus make
+RUN apt install -y cpanminus make libwww-perl
23
RUN cpanm --notest Test::Nginx
24
25
# Install development utils
0 commit comments