We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69864bc commit 142606eCopy full SHA for 142606e
.dockerignore
@@ -9,3 +9,7 @@ gitpod-ingress.yaml
9
.kubeconfig*
10
11
eks-cluster.yaml
12
+
13
+.git
14
+.husky
15
+.github
Dockerfile
@@ -11,9 +11,8 @@ RUN apk add --no-cache \
yq \
&& pip3 install --upgrade pip \
&& pip3 install \
- awscli
-
16
-RUN aws --version
+ awscli \
+ && rm -rf /root/.cache
17
18
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
19
&& chmod +x /usr/local/bin/yq
0 commit comments