From 6ceb7861debadc8f9519f5646026a3477bc1bc4a Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 14 Aug 2022 00:26:14 +0200 Subject: [PATCH] God damn, not apt but apk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fe8c44..1c60885 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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