瀏覽代碼

Adds awscli

Fred Damstra (k8s1) 2 年之前
父節點
當前提交
76415f6817
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ LABEL description="Docker image that updates a route53 zone record with the curr
 ARG DEBIAN_FRONTEND=noninteractive
 
 RUN apt update \
-  && apt install -y curl \
+  && apt install -y curl awscli \
   && rm -rf /var/lib/apt/lists/* \
   && apt clean