mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
update docker file release
This commit is contained in:
parent
79954131b1
commit
8d2e741813
@ -2,7 +2,7 @@ FROM alpine
|
||||
|
||||
RUN apk add --no-cache git ansible mysql-client curl openssh-client
|
||||
|
||||
RUN curl -L https://github.com/ansible-semaphore/semaphore/releases/download/v2.0.4/semaphore_linux_amd64 > /usr/bin/semaphore && chmod +x /usr/bin/semaphore && mkdir -p /etc/semaphore/playbooks
|
||||
RUN curl -L https://github.com/ansible-semaphore/semaphore/releases/download/v2.1.0/semaphore_linux_amd64 > /usr/bin/semaphore && chmod +x /usr/bin/semaphore && mkdir -p /etc/semaphore/playbooks
|
||||
|
||||
ADD semaphore-startup.sh /usr/bin/semaphore-startup.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user