File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,7 @@ RUN set -ex; \
132132 # Change the default config
133133 mv /usr/local/etc/privoxy/config /usr/local/etc/privoxy/config.orig; \
134134 sed -i '/^+set-image-blocker{pattern}/a +https-inspection \\ ' /usr/local/etc/privoxy/match-all.action; \
135- cp -a /usr/local/etc/privoxy /opt/privoxy-default; \
136- chmod +x /usr/local/sbin/privoxy;
135+ cp -a /usr/local/etc/privoxy /opt/privoxy-default;
137136
138137# adblock2privoxy
139138COPY --from=build-adblock2privoxy /usr/local/bin/adblock2privoxy /usr/local/bin/adblock2privoxy
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ def docker_privoxy(docker_build):
8888 if container :
8989 docker_build .container .kill (container )
9090 time .sleep (5 ) # Wait for docker
91+ docker_build .volume .remove ("pytest-privoxy" )
9192 if network :
9293 docker_build .network .remove ("pytest-privoxy-network" )
93- docker_build .volume .remove ("pytest-privoxy" )
9494
9595
9696@pytest .fixture (scope = "session" )
You can’t perform that action at this time.
0 commit comments