puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

Fix build of ffi / symlink mkdir #25

Closed genebean closed 4 years ago

genebean commented 4 years ago

The ffi gem think mkdir should be in /usr/bin/mkdir when it is in fact located at /bin/mkdir. This commit creates a symlink from one to the other. It also adds the ffi gem to the Gemfile so that its native extensions are already built.