Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmobley committed Jun 11, 2024
1 parent bd2b7e7 commit 6c1d43a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ RUN apt-get update && apt-get install -y \
# Install NICE DCV
RUN mkdir -p /tmp/dcv-inst \
&& cd /tmp/dcv-inst \
&& wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
RUN gpg --import NICE-GPG-KEY \
&& wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY && gpg --import NICE-GPG-KEY \
&& wget https://d1uj6qtbmh3dt5.cloudfront.net/nice-dcv-ubuntu2204-x86_64.tgz \
&& tar -xvzf nice-dcv-ubuntu2204-x86_64.tgz && cd nice-dcv-2023.1-16388-ubuntu2204-x86_64
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 6c1d43a

Please sign in to comment.