I"m using mhart/alpine-node images:
If add
RUN apk add --no-cache curl
RUN curl -Ls "https://github.com/dustinblackman/phantomized/releases/download/2.1.1/dockerized-phantomjs.tar.gz" | tar xz -C /
After this container's cli history (showing previous command in cli) stops to work:

What can be the reason?
I"m using
mhart/alpine-nodeimages:If add
After this container's cli history (showing previous command in cli) stops to work:
What can be the reason?