File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ RUN apt-get update && \
45
45
chmod +x /bin/kubectl && \
46
46
mkdir /hooks
47
47
ADD frameworks /
48
+ ADD shell_lib.sh /
48
49
COPY --from=tini /usr/local/bin/tini /sbin/tini
49
50
COPY --from=shell-operator /src/shell-operator /
50
51
WORKDIR /
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
37
37
chmod +x /bin/kubectl && \
38
38
mkdir /hooks
39
39
ADD frameworks /
40
+ ADD shell_lib.sh /
40
41
COPY --from=shell-operator /src/shell-operator /
41
42
WORKDIR /
42
43
ENV SHELL_OPERATOR_HOOKS_DIR /hooks
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
37
37
chmod +x /bin/kubectl && \
38
38
mkdir /hooks
39
39
ADD frameworks /
40
+ ADD shell_lib.sh /
40
41
COPY --from=shell-operator /src/shell-operator /
41
42
WORKDIR /
42
43
ENV SHELL_OPERATOR_HOOKS_DIR /hooks
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN apk --no-cache add ca-certificates jq bash sed tini && \
37
37
chmod +x /bin/kubectl && \
38
38
mkdir /hooks
39
39
ADD frameworks /
40
+ ADD shell_lib.sh /
40
41
COPY --from=shell-operator /src/shell-operator /
41
42
WORKDIR /
42
43
ENV SHELL_OPERATOR_HOOKS_DIR /hooks
You can’t perform that action at this time.
0 commit comments