From 4aab3236c6edb7cb0e497411d72e9079cc6c63fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E7=81=BF?= Date: Mon, 26 Jun 2023 18:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=E5=99=A8fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle/dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.beagle/dockerfile b/.beagle/dockerfile index 358a761..0e34836 100644 --- a/.beagle/dockerfile +++ b/.beagle/dockerfile @@ -9,8 +9,8 @@ LABEL maintainer=${AUTHOR} version=${VERSION} ARG TARGETOS ARG TARGETARCH -RUN apt-get update -RUN apt-get -y install ansible +RUN apk update && \ + apk add --no-cache ansible COPY ./dist/so-operation-api-$TARGETOS-$TARGETARCH /app/so-operation-api EXPOSE 80 -- 2.26.0