fix installing wget
Some checks failed
Publish Docker Image / docker (push) Failing after 28s

This commit is contained in:
Lee 2023-07-12 14:25:57 +01:00
parent e14f155945
commit 19fde36765

@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN apt update RUN apt update
RUN apt install wget RUN DEBIAN_FRONTEND=noninteractive apt install wget
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching # Copy package.json and package-lock.json separately to fully utilize Docker layer caching
COPY package.json ./ COPY package.json ./