Commit 4aab3236 authored by 魏灿's avatar 魏灿

包管理器fix

parent 55d817a2
...@@ -9,8 +9,8 @@ LABEL maintainer=${AUTHOR} version=${VERSION} ...@@ -9,8 +9,8 @@ LABEL maintainer=${AUTHOR} version=${VERSION}
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
RUN apt-get update RUN apk update && \
RUN apt-get -y install ansible apk add --no-cache ansible
COPY ./dist/so-operation-api-$TARGETOS-$TARGETARCH /app/so-operation-api COPY ./dist/so-operation-api-$TARGETOS-$TARGETARCH /app/so-operation-api
EXPOSE 80 EXPOSE 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment