Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 11, 2025
1 parent 9ecab9e commit 7d86f8d
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 @@ -13,5 +13,4 @@ RUN echo 'export PATH="$PATH:/usr/local/include"' >> ~/.bashrc && echo 'export P
RUN echo 'export PATH="$PATH:/usr/bin/go/bin"' >> ~/.bashrc && echo 'export PATH="$PATH:/usr/bin/go/bin"' >> /etc/skel/.bashrc
RUN wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz && tar --extract --file ./*.gz --verbose
RUN mv ./go1.23.4.linux-amd64/go /usr/bin
RUN dnf -y install ed sed nano vim neovim helix
RUN GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go

0 comments on commit 7d86f8d

Please sign in to comment.