This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Description
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?