File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ RUN set -xe \
23
23
&& adduser -u 1001 -G custom-group -D -H custom-user
24
24
COPY ./src/shared/entrypoint.sh /entrypoint.sh
25
25
COPY --from=builder /contrast /contrast
26
- RUN mkdir -p /contrast/runtimes/linux/native \
27
- && cp /contrast/runtimes/linux-x64/native/ContrastChainLoader.so /contrast/runtimes/linux/native
26
+ RUN set -xe \
27
+ && mkdir -p /contrast/runtimes/linux/native \
28
+ && cp /contrast/runtimes/linux-x64/native/ContrastChainLoader.so /contrast/runtimes/linux/native
28
29
ARG VERSION=4.2.8
29
30
ENV CONTRAST_MOUNT_PATH=/contrast-init \
30
31
CONTRAST_VERSION=${VERSION} \
@@ -38,8 +39,9 @@ RUN set -xe \
38
39
&& adduser -u 1001 -G custom-group -D -H custom-user
39
40
COPY ./src/shared/entrypoint.sh /entrypoint.sh
40
41
COPY --from=builder /contrast /contrast
41
- RUN mkdir -p /contrast/runtimes/linux/native \
42
- && cp /contrast/runtimes/linux-arm64/native/ContrastChainLoader.so /contrast/runtimes/linux/native
42
+ RUN set -xe \
43
+ && mkdir -p /contrast/runtimes/linux/native \
44
+ && cp /contrast/runtimes/linux-arm64/native/ContrastChainLoader.so /contrast/runtimes/linux/native
43
45
ARG VERSION=4.2.8
44
46
ENV CONTRAST_MOUNT_PATH=/contrast-init \
45
47
CONTRAST_VERSION=${VERSION} \
You can’t perform that action at this time.
0 commit comments