Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit c387493

Browse files
committed
fix dependency and dataloader image
1 parent 2836237 commit c387493

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/dataloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM cscfi/beacon-python
22

3-
RUN apk add --no-cache --update curl-dev lftp
3+
RUN apt-get install update libcurl-dev lftp
44

55
RUN wget https://raw.githubusercontent.com/CSCfi/beacon-python/master/data/example_metadata.json
66
RUN wget https://raw.githubusercontent.com/CSCfi/beacon-python/master/data/init.sql

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cyvcf2==0.30.22
77
uvloop==0.17.0
88
aiocache==0.11.1
99
ujson==5.8.0
10-
Authlib==1.2.0
10+
Authlib==1.2.1
1111
gunicorn==21.0.1

0 commit comments

Comments
 (0)