This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new d474924a6e HOP-4133 update gitpod files
     new fff8e951e5 Merge pull request #1629 from bamaer/HOP-4133
d474924a6e is described below

commit d474924a6e59df387da91362d5ed063da73abe90
Author: Bart Maertens <[email protected]>
AuthorDate: Fri Aug 12 15:45:38 2022 +0200

    HOP-4133 update gitpod files
---
 .gitpod.Dockerfile | 5 ++---
 .gitpod.yml        | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index beba87e625..09a148c63d 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -16,7 +16,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM gitpod/workspace-full
+FROM gitpod/workspace-full-vnc
 
-RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
-             && sdk install java 8.0.275.open-adpt"
+RUN sudo apt install -y libgtk-3-dev
diff --git a/.gitpod.yml b/.gitpod.yml
index 1608e536b8..0b3071b0ae 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -14,7 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
 image:
   file: .gitpod.Dockerfile
 tasks:

Reply via email to