Skip to content

Instantly share code, notes, and snippets.

View Le-G's full-sized avatar
🎯
Focusing

Guillaume Legros Le-G

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am le-g on github.
  • I am glegros (https://keybase.io/glegros) on keybase.
  • I have a public key ASAFXkCRSqxhIOTQ-x5EiGaH3cGTgNmHgOYLDjVywGb5Swo

To claim this, I am signing this object:

FROM python:3.3
RUN wget http://pkg.bocal.org/pub/blih/1.7/blih-1.7.tgz
RUN tar -xzf blih-1.7.tgz
WORKDIR blih-1.7
VOLUME ["/.ssh", "rendu"]
ENV epitech_pass password
ENV epitech_login login_x
ENTRYPOINT echo "${epitech_pass}" | ./blih.py -u ${epitech_login} sshkey list
#docker build -t blih/blih .