File: Dockerfile

package info (click to toggle)
libapache2-mod-intercept-form-submit 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 417; sh: 86; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FROM registry.fedoraproject.org/fedora
COPY Makefile *intercept_form_submit* LICENSE README /src/
WORKDIR /src
COPY tests/build.sh /src/tests/
COPY docs/* /src/docs/
RUN tests/build.sh
COPY tests/* /src/tests/
RUN tests/config.sh
ENTRYPOINT [ "/usr/sbin/httpd", "-DFOREGROUND" ]