Skip to content

Commit

Permalink
Fix issue in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 21, 2024
1 parent 2cf2384 commit 1e0aab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash
RUN apt install -y nodejs

# Deno
RUN apt install -y unzip
RUN curl -fsSL https://deno.land/install.sh | sh

# Dependencies for specific vocabularies
Expand Down

0 comments on commit 1e0aab5

Please sign in to comment.