File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.19
1+ FROM alpine:3.12
22MAINTAINER Ahmed
33
44# install apache2 and remove un-needed services
55RUN apk update && \
6- apk add --no-cache openrc apache2=2.4.59-r0 bash ca-certificates tinyproxy && \
6+ apk add openrc apache2 bash ca-certificates tinyproxy && \
77 rc-update add apache2 && \
88 rc-update add tinyproxy && \
99 rm -rf /etc/init.d/networking /etc/init.d/hwdrivers /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change 22 apache2 :
33 installed : true
44 versions :
5- - 2.4.59-r0
5+ - 2.4.46-r1
66service :
77 apache2 :
88 enabled : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ package:
1313 apache2 :
1414 installed : true
1515 versions :
16- - 2.4.59-r0
16+ - 2.4.46-r1
1717 foobar :
1818 installed : false
1919 vim-tiny :
Original file line number Diff line number Diff line change 22alpine3 :
33 proxy : http://127.0.0.1:8888
44 packages :
5- apache2 : " 2.4.59-r0 "
5+ apache2 : " 2.4.46-r1 "
66 services :
77 apache2 : [sysinit]
88arch :
You can’t perform that action at this time.
0 commit comments