Skip to content

Commit

Permalink
Merge pull request #122 from danielfdickinson/fix-validator-in-docker
Browse files Browse the repository at this point in the history
Fix using feedvalidator in Docker
  • Loading branch information
dontcallmedom authored Oct 29, 2023
2 parents 9a88088 + b27617b commit df71e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:9.6
FROM debian:12

RUN apt-get update
RUN apt-get --yes install apache2
RUN apt-get --yes install python
RUN apt-get --yes install python3 python3-libxml2 python3-rdflib python3-rdflib-jsonld
RUN apt-get --yes install ca-certificates

RUN a2dissite 000-default
Expand Down

0 comments on commit df71e0a

Please sign in to comment.