Skip to content

Commit

Permalink
Update validator.Dockerfile to match converted.Dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal authored Sep 4, 2024
1 parent 08eeef5 commit 6d2bb78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/validator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.9-alpine

RUN apk add nginx openjdk8 python3-dev build-base linux-headers pcre-dev bash

Expand All @@ -10,6 +10,7 @@ COPY docker/nginx-validator.conf /etc/nginx/nginx.conf
COPY docker/sbol-validator.ini /opt/SBOL-Validator/src/sbol-validator.ini
COPY docker/run.sh /opt/SBOL-Validator

RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN chmod -R 777 .

Expand Down

0 comments on commit 6d2bb78

Please sign in to comment.