deluan / zsh-in-docker

Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error trying to build image with default options

erlloyd opened this issue · comments

I noticed today when I try to install this in a docker container, I'm getting the following error:

sh: 105: printf: usage: printf format [arg ...]

This is on a "buster" based image, if that matters

Sorry, my bad. Should be fixed in dad4ec1. I'm releasing a fix now.

By the way, I'm now versioning the script and the correct way to use it now is to wget it from https://github.com/deluan/zsh-in-docker/releases/download/v${VERSION}/zsh-in-docker.sh instead of from master

Just released v1.0.2 with the fix.