File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ FROM base AS final
168168
169169ENV DEBIAN_FRONTEND=noninteractive
170170RUN apt-get update \
171- && apt-get install -y ca-certificates \
171+ && apt-get install -y ca-certificates python3 \
172172 && apt-get clean
173173
174174COPY --from=build /cubejs .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ENV CUBEJS_DOCKER_IMAGE_TAG=latest
2727RUN groupadd cube && useradd -ms /bin/bash -g cube cube \
2828 && DEBIAN_FRONTEND=noninteractive \
2929 && apt-get update \
30- && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 openjdk-11-jdk-headless \
30+ && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 openjdk-11-jdk-headless python3 \
3131 && rm -rf /var/lib/apt/lists/* \
3232 && mkdir cube \
3333 && chown -R cube:cube /tmp /cube /usr
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV CUBEJS_DOCKER_IMAGE_TAG=latest
2525
2626RUN DEBIAN_FRONTEND=noninteractive \
2727 && apt-get update \
28- && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 \
28+ && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 python3 \
2929 && rm -rf /var/lib/apt/lists/*
3030
3131RUN yarn policies set-version v1.22.19
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV CUBEJS_DOCKER_IMAGE_TAG=latest
1010
1111RUN DEBIAN_FRONTEND=noninteractive \
1212 && apt-get update \
13- && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 \
13+ && apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 python3 \
1414 && rm -rf /var/lib/apt/lists/*
1515
1616ENV TERM rxvt-unicode
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ FROM base AS final
173173
174174ENV DEBIAN_FRONTEND=noninteractive
175175RUN apt-get update \
176- && apt-get install -y ca-certificates \
176+ && apt-get install -y ca-certificates python3 \
177177 && apt-get clean
178178
179179COPY --from=build /cubejs .
You can’t perform that action at this time.
0 commit comments