Open mattAWL opened 1 year ago
I managed to get docker working here: https://github.com/microsoft/mssql-scripter/pull/275
I managed to get docker working here: #275
Thanks for your hint! I will take a look. But I need to get it running in a ubuntu or alpine container since I want to do backups with cron and store them on a S3 bucket.
Hi all I was very curious to use the mssql-scripter, so I created a docker container image containing this tool. But when I want to run a backup, there is following exception thrown: (I also get the same error when I replace the environment variables with explicit values)
I already tried to add the libicu-dev package to my Dockerfile:
My Dockerfile:
What could the issue here? Do I also need to add .net runtime inside the docker container?