Skip to content

Commit

Permalink
Fix docker compile script (plc4x).
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Sep 15, 2024
1 parent d205742 commit e321931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
image: golang:alpine
container_name: js_pcl4x_compile
command: sh -c "apk update &&
apk add --no-cache git libpcap-dev &&
apk add --no-cache git libpcap-dev gcc &&
go env -w GO111MODULE=auto CGO_ENABLED=1 &&
cd /go/src/plc4x-client/ &&
go mod tidy &&
Expand Down

0 comments on commit e321931

Please sign in to comment.