Files
nushell/docker/packaging

Packaging

This directory contains docker images used for creating packages for different distribution.

How to use this docker files?

Start with:

docker build -f docker/packaging/Dockerfile.ubuntu-bionic .

after building the image please run container

docker run -d --name nushell <image-id>

and copy deb package from inside:

docker cp nushell:/nu_0.2.0-1_amd64.deb .

What should be done