nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
70 stars 17 forks source link

Outdated call to add-user within Dockerfile template? #305

Closed arokem closed 4 months ago

arokem commented 11 months ago

This line in the Dockerfile template now fails with python:3.8 as the base image:

https://github.com/nrdg/cloudknot/blob/33c73bfff02074fcbd58059b0f04e7360f2ab233/cloudknot/templates/Dockerfile.template#L16

We see something that looks a lot like this issue: https://github.com/rocker-org/rocker/issues/504

We might need to update that call.