Skip to content

Commit

Permalink
[gitpod] Updating Dockerfile for gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 18, 2024
1 parent 6dd13d7 commit 29dbcf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/gitpod/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used to create a development image for working on Selenium

# You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags
FROM gitpod/workspace-full:2024-02-19-11-51-41
FROM gitpod/workspace-full

USER root

Expand All @@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qqy && \
apt-get -qy install python-is-python3 \
dotnet-sdk-6.0 \
dotnet-sdk-8.0 \
supervisor \
x11vnc \
fluxbox \
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags

# Bazel

RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.21.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
chmod 755 /usr/bin/bazelisk && \
ln -sf /usr/bin/bazelisk /usr/bin/bazel

Expand Down

0 comments on commit 29dbcf1

Please sign in to comment.