Skip to content

Commit 629b21a

Browse files
committed
add gcsfs package
1 parent 9ad63e6 commit 629b21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV GTFS_VALIDATOR_JAR=/usr/gtfs-validator.jar
1010
# Install python
1111
RUN apt-get update -y \
1212
&& apt-get install -y python3 python3-pip \
13-
&& python3 -m pip install argh==0.26.2
13+
&& python3 -m pip install argh==0.26.2 gcsfs==0.7.2
1414

1515
# Install package
1616
WORKDIR /application

0 commit comments

Comments
 (0)