Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Nov 19, 2024
1 parent 3edca4d commit 3e15282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_interchange.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz && t
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 add-apt-repository ppa:maveonair/helix-editor && apt update
RUN apt -y install ed sed nano vim neovim helix
RUN apt -y install ed sed nano vim neovim helix kakoune micro
RUN dart info
RUN dart pub global activate webdev
RUN dart pub upgrade
Expand Down

0 comments on commit 3e15282

Please sign in to comment.