Skip to content

Commit

Permalink
perf: change dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 30, 2024
1 parent 45c2217 commit 91a66b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-ee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION

FROM registry.fit2cloud.com/jumpserver/lion:${VERSION}-ce
FROM jumpserver/lion:${VERSION}-ce
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand All @@ -14,4 +14,4 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=lion \
--mount=type=cache,target=/var/lib/apt,sharing=locked,id=lion \
set -ex \
&& apt-get update \
&& apt-get install -y --no-install-recommends ${DEPENDENCIES}
&& apt-get install -y --no-install-recommends ${DEPENDENCIES}

0 comments on commit 91a66b0

Please sign in to comment.