Skip to content

Commit

Permalink
[hotfix] httpd build failure
Browse files Browse the repository at this point in the history
- As the second FROM doesn't get rewritten, we must use an “OpenShift-realistic” name for the image
- And wp-dev will have to change to match
  • Loading branch information
Dominique Quatravaux committed Oct 8, 2021
1 parent 607a58a commit 9b8fa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/httpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM epflsi/os-wp-base
FROM docker-registry.default.svc:5000/wwp-test/wp-base

RUN perl -i -pe 's/^# deb-src/deb-src/' /etc/apt/sources.list /etc/apt/sources.list.d/*.list

Expand All @@ -15,7 +15,7 @@ RUN set -e -x; mkdir /build; cd /build; \
cd msmtp*; dpkg-buildpackage -d; \
mkdir /deb; mv ../*.deb /deb

FROM epflsi/os-wp-base
FROM docker-registry.default.svc:5000/wwp-test/wp-base

RUN apt-get -qy update && apt-get -qy install --no-install-recommends \
apache2 \
Expand Down

0 comments on commit 9b8fa96

Please sign in to comment.