Fred Damstra (k8s1) %!s(int64=2) %!d(string=hai) anos
pai
achega
76415f6817
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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