Skip to content

Instantly share code, notes, and snippets.

@ropnop
Created July 18, 2019 01:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ropnop/6cb1dfbac11e990b9f5b08d1afd7fdcb to your computer and use it in GitHub Desktop.
centos5 devel dockerfile
ARG CENTOSIMAGE=astj/centos5-vault
FROM ${CENTOSIMAGE}
RUN yum install -y perl curl wget gcc c++ make glibc-devel glibc-devel.i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment