jumpserver/Dockerfile-ee

11 lines
301 B
Plaintext
Raw Normal View History

ARG VERSION
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
2023-03-29 02:03:14 +00:00
FROM jumpserver/core:${VERSION}
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack
WORKDIR /opt/jumpserver
RUN --mount=type=cache,target=/root/.cache/pip \
set -ex \
2023-08-02 03:34:17 +00:00
&& poetry install --only=xpack