Skip to content

Commit 636e9c4

Browse files
committed
Fixes ./test.sh by unbreaking the ystack-proxy image build
1 parent bdb9ed2 commit 636e9c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

k3s/docker-ystack-proxy/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM lachlanevenson/k8s-kubectl:v1.18.3@sha256:495f41912554fde10e41ac54e8df6fdbd0e859e893a4cab61c9224b296f3454d as kubectl
22

3+
RUN apk add --no-cache git
4+
35
COPY . /etc/ystack
46
RUN set -ex; \
57
mkdir -p /var/lib/rancher/k3s/server/manifests; \

0 commit comments

Comments
 (0)