diff --git a/Dockerfile b/Dockerfile index ccc6e59..d10c9f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=web \ && rm -rf /var/lib/apt/lists/* ARG DOWNLOAD_URL=https://download.jumpserver.org +ARG PLAY_VERSION=1.1.0-1 + +WORKDIR /opt/player +RUN set -ex \ + && wget -q ${DOWNLOAD_URL}/public/glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz \ + && tar -xf glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz -C /opt/player --strip-components 1 \ + && rm -f glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz WORKDIR /opt/download/applets diff --git a/VERSION b/VERSION index b482243..13637f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.2 \ No newline at end of file +v1.0.3 \ No newline at end of file