ci: preserve build deps

This commit is contained in:
Denis Gukov 2023-03-10 13:04:40 +01:00
parent 37079141f7
commit d2b8d10e66

View File

@ -10,8 +10,7 @@ RUN apk add --no-cache g++ gcc build-base sshpass git mysql-client python3 py3-p
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
RUN pip3 install --upgrade pip cffi && \ RUN pip3 install --upgrade pip cffi && \
pip3 install ansible &&\ pip3 install ansible
apk del build-dependencies
RUN adduser -D -u 1002 -g 0 semaphore && \ RUN adduser -D -u 1002 -g 0 semaphore && \
mkdir -p /go/src/github.com/ansible-semaphore/semaphore && \ mkdir -p /go/src/github.com/ansible-semaphore/semaphore && \