Skip to content

Commit bdc6c11

Browse files
committed
fmt
1 parent 8ad7bcd commit bdc6c11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ container-dockerfile-dev:
2727
builder:
2828
ifneq ($(BUILD_BUILDER_IMAGE), false)
2929
docker buildx build --load --platform ${PLATFORM} \
30-
--build-arg USE_CCACHE="${USE_CCACHE}" \
30+
--build-arg USE_CCACHE="$(USE_CCACHE)" \
3131
-t quay.io/stackrox-io/collector-builder:$(COLLECTOR_BUILDER_TAG) \
3232
-f "$(CURDIR)/builder/Dockerfile" \
3333
"$(CURDIR)/builder"

builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM quay.io/centos/centos:stream9
22

33
ARG BUILD_DIR=/install-tmp
44
ARG USE_CCACHE=false
5+
56
ENV USE_CCACHE=${USE_CCACHE}
67

78
USER root

0 commit comments

Comments
 (0)