Skip to content

Commit 95ed634

Browse files
committed
fix: re-added line to remove sourcecode after build of statsd_exporter
1 parent 4f1e213 commit 95ed634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

statsd_exporter/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ curl --fail -L "https://repo.stackable.tech/repository/packages/statsd_exporter/
4141
go build -o ../statsd_exporter
4242
/go_cache/bin/cyclonedx-gomod app -json -output-version 1.5 -output ../statsd_exporter-${PRODUCT}.cdx.json -packages -files
4343
)
44+
rm -rf "statsd_exporter-${PRODUCT}"
4445
EOF

0 commit comments

Comments
 (0)