Docker-alpine: How can I install script command in alpine

Created on 9 Apr 2016  路  4Comments  路  Source: gliderlabs/docker-alpine

I like tiny alpine very much, while I can't install script command in alpine. when I am working on the terminal,I record what I have done in the terminal. but now ,feel little sad.

question

Most helpful comment

Just install the util-linux package and you will get the script command.

All 4 comments

Can you give an example of what you are trying to do?

Just install the util-linux package and you will get the script command.

Closing as this has been answered. If the previous answer isn't working then please reopen.

The problem is that installing it will take 350mb, which make no sense of using alpine. Is there a way to install only one command?

Was this page helpful?
0 / 5 - 0 ratings