You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They both accomplish the same thing. The apk-install script was a small thing we originally added to remove the cache before it was built in to apk. Now the --no-cache is supported from Alpine themselves so our script isn't required.
Using
FROM node:6.9.4-alpine
I am added the following in the Dockerfile:This however fails with:
How can I overcome this?
The text was updated successfully, but these errors were encountered: