Add long image name to Dockerfile

This commit is contained in:
Christer Warén 2024-04-30 23:30:17 +03:00
parent 3e23a64944
commit f566763bf3

View File

@ -1,4 +1,4 @@
FROM docker.io/node:20-alpine
FROM docker.io/library/node:20-alpine
#Dependencies
RUN apk add --virtual .build-deps python3 make g++ gcc git