Skip to content

Commit

Permalink
code-Update Dockerfile (#7718)
Browse files Browse the repository at this point in the history
This adheres to Dockerfile best practices for maintainability and consistency.

Co-authored-by: Damian Nolan <[email protected]>
  • Loading branch information
romashka-btc and damiannolan authored Dec 18, 2024
1 parent 2bfad67 commit d257acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.23.3-alpine as builder
ARG IBC_GO_VERSION

RUN set -eux; apk add --no-cache git libusb-dev linux-headers gcc musl-dev make;
RUN set -eux; apk add --no-cache gcc git libusb-dev linux-headers make musl-dev;

ENV GOPATH=""

Expand Down

0 comments on commit d257acb

Please sign in to comment.