1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix python installation in server docker and single image

This commit is contained in:
Adria Navarro 2023-08-10 17:24:48 +03:00
parent 415c5de467
commit 65e5e40963
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM node:18-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
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils cron g++ make python3
# add pin script
WORKDIR /

View file

@ -18,7 +18,7 @@ ENV TOP_LEVEL_PATH=/
# handle node-gyp
RUN apt-get update \
&& apt-get install -y --no-install-recommends g++ make python
&& apt-get install -y --no-install-recommends g++ make python3
RUN yarn global add pm2
# Install client for oracle datasource