Skip to content

Commit

Permalink
fix: pipeline fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkhr committed Nov 11, 2024
1 parent 985eef9 commit 5a0eee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ RUN apt-get update -y && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

RUN cd /opt && curl -Lk https://github.com/novnc/noVNC/archive/refs/tags/v${NOVNC_VERSION}.tar.gz | tar xz && \
rm v${NOVNC_VERSION}.tar.gz && mv noVNC-${NOVNC_VERSION} novnc && \
cp /opt/novnc/vnc.html /opt/novnc/index.html
mv noVNC-${NOVNC_VERSION} novnc && cp /opt/novnc/vnc.html /opt/novnc/index.html

RUN cd /tmp && VIRTUALGL_VERSION="$(curl -fsSL "https://api.github.com/repos/VirtualGL/virtualgl/releases/latest" | jq -r '.tag_name' | sed 's/[^0-9\.\-]*//g')" && \
curl -fsSL -O "https://github.com/VirtualGL/virtualgl/releases/download/${VIRTUALGL_VERSION}/virtualgl_${VIRTUALGL_VERSION}_amd64.deb" && \
Expand Down

0 comments on commit 5a0eee3

Please sign in to comment.