Skip to content

Commit

Permalink
Adapted httpd Dockerfile to fix docker context issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Jan 3, 2025
1 parent c347180 commit 04674b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpd-shibd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:9

### Adding Shibboleth official repos
COPY ./config/shibboleth.repo /etc/yum.repos.d/shibboleth.repo
COPY ./httpd-shibd/config/shibboleth.repo /etc/yum.repos.d/shibboleth.repo

### Installing httpd, shibboleth & supervisor
RUN dnf install -y epel-release &&\

Check failure on line 7 in httpd-shibd/Dockerfile

View workflow job for this annotation

GitHub Actions / call-aphp-container-ci-workflow / Hadolint - Dockerfile Lint

DL3041 info: Specify version with `dnf install -y <package>-<version>`.
Expand Down

0 comments on commit 04674b0

Please # to comment.