Skip to content

Commit

Permalink
fix error offset is outside the bounds of the dataview
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Apr 18, 2024
1 parent 87ae7a6 commit ad8a7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0

RUN dotnet tool install -g b3dm.tooling --version 1.0.4
RUN dotnet tool install -g b3dm.tooling

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash --debug
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash --debug
RUN apt-get install nodejs parallel -yq
RUN npm install -g gltf-pipeline
COPY compress.sh /
Expand Down

0 comments on commit ad8a7ba

Please sign in to comment.