mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: print gcc version
This commit is contained in:
parent
d2b8d10e66
commit
2df636bb01
@ -12,6 +12,8 @@ RUN apk add --no-cache g++ gcc build-base sshpass git mysql-client python3 py3-p
|
||||
RUN pip3 install --upgrade pip cffi && \
|
||||
pip3 install ansible
|
||||
|
||||
RUN gcc --version
|
||||
|
||||
RUN adduser -D -u 1002 -g 0 semaphore && \
|
||||
mkdir -p /go/src/github.com/ansible-semaphore/semaphore && \
|
||||
mkdir -p /tmp/semaphore && \
|
||||
|
Loading…
Reference in New Issue
Block a user