diff --git a/Dockerfile b/Dockerfile index 2d1d0fb..c4feed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ ARG base FROM $base USER root -RUN pip install --no-cache-dir pyarrow pyiceberg[pandas,snappy,daft,s3fs] avro +RUN pip install --no-cache-dir pyarrow pyiceberg[pandas,snappy,daft,s3fs] avro fastavro USER dev RUN sbt clean compile