Skip to content

Commit 6d2bb78

Browse files
authored
Update validator.Dockerfile to match converted.Dockerfile updates
1 parent 08eeef5 commit 6d2bb78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/validator.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-alpine
1+
FROM python:3.9-alpine
22

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

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

13+
RUN pip install --upgrade pip
1314
RUN pip install -r requirements.txt
1415
RUN chmod -R 777 .
1516

0 commit comments

Comments
 (0)