mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 10:27:47 +02:00
Fixed source directory location for SQLite3 build image
This commit is contained in:
parent
7856e97c90
commit
fd5e829d0f
@ -33,7 +33,7 @@ ENV ZBX_SOURCES_DIR=/tmp/zabbix-${ZBX_VERSION} ZBX_OUTPUT_DIR=/tmp/zabbix-${ZBX_
|
|||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
RUN --mount=type=cache,target=/root/.cache/go-build/ \
|
||||||
--mount=type=cache,target=/root/go/ \
|
--mount=type=cache,target=/root/go/ \
|
||||||
--mount=type=bind,source=src/,target=/tmp/src \
|
--mount=from=sources,target=/tmp/src \
|
||||||
--mount=type=bind,source=patches/,target=/tmp/patches \
|
--mount=type=bind,source=patches/,target=/tmp/patches \
|
||||||
set -eux && \
|
set -eux && \
|
||||||
cd /tmp/ && \
|
cd /tmp/ && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user