Skip to content

Instantly share code, notes, and snippets.

View Thibaut-gauvin's full-sized avatar

Thibaut Gauvin Thibaut-gauvin

  • Radio France
  • Paris
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Thibaut-gauvin on github.
  • I am gauvin_thibaut (https://keybase.io/gauvin_thibaut) on keybase.
  • I have a public key whose fingerprint is AA56 648C A436 227F 7067 E5C6 7BAA 0C96 3D06 BA2C

To claim this, I am signing this object:

FROM python:3.6-alpine
ENV WORKDIR /home/docker
WORKDIR ${WORKDIR}
ENV ANSIBLE_VERSION=2.7.12
RUN apk add --update --no-cache gcc make musl-dev linux-headers openssl-dev libffi-dev \
&& pip install ansible==${ANSIBLE_VERSION} \
&& ansible --version