Skip to content

Commit

Permalink
Remove Version Check
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Nov 7, 2024
1 parent 8acdac1 commit c412f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_interchange.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN echo 'export PATH="$PATH:/usr/bin"' >> /etc/skel/.bashrc && echo 'export PAT
RUN wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz && tar --extract --file ./*.xz --verbose
RUN mv ./zig-linux-x86_64-0.13.0 ./zig && mv ./zig /usr/bin
RUN echo 'export PATH="$PATH:/usr/bin/zig"' >> ~/.bashrc && echo 'export PATH="$PATH:/usr/bin/zig"' >> /etc/skel/.bashrc
RUN zig version
RUN dart info
RUN dart pub global activate webdev
RUN dart pub upgrade
Expand Down

0 comments on commit c412f6d

Please sign in to comment.