God damn, not apt but apk

This commit is contained in:
2022-08-14 00:26:14 +02:00
parent 97ed8a491e
commit 6ceb7861de

View File

@@ -1,7 +1,7 @@
FROM node:18-alpine3.15
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasoned
RUN apk update && apk add curl && apt add nginx
RUN apk update && apk add curl && apk add nginx
RUN mkdir -p /opt/seasoned/node_modules
WORKDIR /opt/seasoned