mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci: preserve build deps
This commit is contained in:
parent
37079141f7
commit
d2b8d10e66
@ -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/*
|
||||
|
||||
RUN pip3 install --upgrade pip cffi && \
|
||||
pip3 install ansible &&\
|
||||
apk del build-dependencies
|
||||
pip3 install ansible
|
||||
|
||||
RUN adduser -D -u 1002 -g 0 semaphore && \
|
||||
mkdir -p /go/src/github.com/ansible-semaphore/semaphore && \
|
||||
|
Loading…
Reference in New Issue
Block a user