Hello i want to add At command to docker container. I am using linux alpine .
I tried to use apk add at andapk add atd it is giving me the same error.
ERROR: unsatisfiable constraints: atd (missing): required by: world[atd]
Is there a way to fix that or can is there a way to use apt-get since at exists for apt-get
Looks like
atjust available as is:apk add atthis
Dockerfileworks fine for me:example run: