Skip to content

Commit

Permalink
Fix missing directory after switching to homeassistant base builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhampson-dbre committed Jan 25, 2021
1 parent 0abd08f commit c31d27a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
args: |
--test \
--amd64 \
--all \
--target modsecurity/
# - name: Test build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: home-assistant/builder@master
with:
args: |
--aarch64 \
--all \
--target modsecurity/ \
--docker-hub jhampdbre
1 change: 1 addition & 0 deletions modsecurity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN echo 'Installing Nginx Modules' && \
--add-dynamic-module=../ModSecurity-nginx && \
make modules \
) && \
mkdir -p /usr/lib/nginx/modules && \
cp /opt/nginx-${NGINX_VERSION}/objs/ngx_http_modsecurity_module.so \
/usr/lib/nginx/modules/ && \
rm -fr /opt/* && \
Expand Down

0 comments on commit c31d27a

Please sign in to comment.