File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN yarn config set network-timeout 120000 -g
11
11
RUN apt-get update \
12
12
# python3 package is necessary to install `python3` executable for node-gyp
13
13
# libpython3-dev is needed to trigger post-installer to download native with python
14
- && apt-get install -y python3 python3.11 libpython3.11-dev gcc g++ make cmake \
14
+ && apt-get install -y python3 python3.11 libpython3.11-dev gcc g++ make cmake ca-certificates \
15
15
&& rm -rf /var/lib/apt/lists/*
16
16
17
17
# We are copying root yarn.lock file to the context folder during the Publish GH
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV CUBEJS_DOCKER_IMAGE_TAG=latest
11
11
RUN DEBIAN_FRONTEND=noninteractive \
12
12
&& apt-get update \
13
13
# python3 package is necessary to install `python3` executable for node-gyp
14
- && apt-get install -y --no-install-recommends libssl3 python3 python3.11 libpython3.11-dev \
14
+ && apt-get install -y --no-install-recommends libssl3 python3 python3.11 libpython3.11-dev ca-certificates \
15
15
&& rm -rf /var/lib/apt/lists/*
16
16
17
17
ENV NODE_ENV=production
You can’t perform that action at this time.
0 commit comments