Skip to content

Commit

Permalink
Merge pull request #4 from askomics/update
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
abretaud authored Oct 15, 2021
2 parents 3a8f85d + ed57a7f commit ac87f99
Show file tree
Hide file tree
Showing 3 changed files with 677 additions and 443 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.14

MAINTAINER "Xavier Garnier <[email protected]>"

Expand All @@ -12,7 +12,7 @@ RUN apk add --no-cache --update \
cython python3 python3-dev \
build-base openldap-dev python2-dev \
py3-numpy \
nodejs nodejs-npm \
nodejs-current npm \
git bash && \
mkdir /askomics && \
cd /askomics && \
Expand Down
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
werkzeug = "==0.16.1"
flask = "*"
flask = "<2"
flask-reverse-proxy-fix = "*"
validate-email = "*"
gunicorn = "*"
Expand All @@ -20,14 +20,15 @@ gitpython = "*"
biopython = "*"
bcbio-gff = "*"
bioblend = "*"
pysam = "==0.15.3"
pysam = "*"
pybedtools = "*"
deepdiff = "*"
sentry-sdk = "*"
sentry-sdk = {extras = ["flask"], version = "*"}
configparser = "*"
tld = "*"
argh = "*"
python-ldap = "*"
python-dateutil = "*"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit ac87f99

Please sign in to comment.