Skip to content

Commit

Permalink
Fix type in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 21, 2024
1 parent 721b24f commit 2cf2384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yes | cpan App::cpanminus
RUN cpanm -n App::skos2jskos Catmandu Catmandu::MARC Catmandu::Breaker Catmandu::Importer::SRU Catmandu::Importer::SRU::Parser::picaxml PICA::Data

# Python dependencies
RUN python3 python3-pip
RUN apt install -y python3 python3-pip
RUN pip3 install --upgrade mc2skos namedentities

# Node.js via NodeSource (see https://github.com/nodesource/distributions/blob/master/README.md)
Expand Down

0 comments on commit 2cf2384

Please sign in to comment.