Clinical-Genomics-Lund / bonsai

Visualize and analyze resistance and outbreak of bacterial pathogen
https://bonsai-wgs.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 1 forks source link

Docker image build for api and app does not work with version 17 #169

Closed ryanjameskennedy closed 7 months ago

ryanjameskennedy commented 7 months ago

Describe the bug When running:

docker build --no-cache --network host -t clinicalgenomicslund/bonsai_app:0.4.0 .

and:

docker build --no-cache --network host -t clinicalgenomicslund/bonsai_api:0.4.0 .

The following error occurs:

Unknown flag: chown

To Reproduce Steps to reproduce the behavior:

  1. cd to bonsai/frontend
  2. Run docker build --no-cache --network host -t clinicalgenomicslund/bonsai_app:0.4.0 .
  3. See error

Expected behavior Build completes.

Screenshots NA

Desktop (please complete the following information):

Additional context NA