From 921e0d1421fb804de6a6cfccbfed6907bee7a18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E7=81=BF?= Date: Mon, 26 Jun 2023 17:43:33 +0800 Subject: [PATCH] dockerfile fix --- .beagle/dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.beagle/dockerfile b/.beagle/dockerfile index 1b7fbda..9a05a68 100644 --- a/.beagle/dockerfile +++ b/.beagle/dockerfile @@ -8,6 +8,8 @@ ARG TARGETBINARY WORKDIR /app COPY ./dist/$TARGETBINARY-$TARGETOS-$TARGETARCH /app/$TARGETBINARY +RUN apt-get update +RUN apt-get -y install ansible EXPOSE 80 ENTRYPOINT ["/app/so-operation-api", "--port=80", "--prefix=/v1/api"] \ No newline at end of file -- 2.26.0