feat: refs #7022 Deleted curl
This commit is contained in:
parent
ebdf01b7b0
commit
1567ed052d
|
@ -1,7 +1,7 @@
|
||||||
FROM httpd:2.4.61
|
FROM httpd:2.4.61
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y curl libcgi-pm-perl \
|
&& apt-get install -y libcgi-pm-perl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY rwmap.pl /usr/local/bin/
|
COPY rwmap.pl /usr/local/bin/
|
||||||
|
|
Loading…
Reference in New Issue