ci: print gcc version

This commit is contained in:
Denis Gukov 2023-03-10 13:05:40 +01:00
parent d2b8d10e66
commit 2df636bb01

View File

@ -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 && \ RUN pip3 install --upgrade pip cffi && \
pip3 install ansible pip3 install ansible
RUN gcc --version
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 && \
mkdir -p /tmp/semaphore && \ mkdir -p /tmp/semaphore && \