Skip to content

Commit

Permalink
Merge pull request #335 from silinternational/feature/update-config-shim
Browse files Browse the repository at this point in the history
Update config-shim to handle values that contain an equals sign
  • Loading branch information
forevermatt authored May 6, 2024
2 parents 149096c + 7899086 commit f7834eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/
# ErrorLog inside a VirtualHost block is ineffective for unknown reasons
RUN sed -i -E 's@ErrorLog .*@ErrorLog /proc/self/fd/2@i' /etc/apache2/apache2.conf

ADD https://github.com/silinternational/config-shim/releases/latest/download/config-shim.gz config-shim.gz
ADD https://github.com/silinternational/config-shim/releases/download/v0.0.4/config-shim.gz config-shim.gz
RUN gzip -d config-shim.gz && chmod 755 config-shim && mv config-shim /usr/local/bin

EXPOSE 80
Expand Down

0 comments on commit f7834eb

Please sign in to comment.