This commit is contained in:
Adria Navarro 2023-06-22 12:25:27 +01:00
parent a227a2664a
commit ed888e7391
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM node:14-slim as build
# install node-gyp dependencies
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils cron g++ make python postgresql-client
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils cron g++ make python
# add pin script
WORKDIR /