Skip to content

Commit 142606e

Browse files
committed
Cleanup
1 parent 69864bc commit 142606e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ gitpod-ingress.yaml
99
.kubeconfig*
1010

1111
eks-cluster.yaml
12+
13+
.git
14+
.husky
15+
.github

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ RUN apk add --no-cache \
1111
yq \
1212
&& pip3 install --upgrade pip \
1313
&& pip3 install \
14-
awscli
15-
16-
RUN aws --version
14+
awscli \
15+
&& rm -rf /root/.cache
1716

1817
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
1918
&& chmod +x /usr/local/bin/yq

0 commit comments

Comments
 (0)