diff --git a/workflows/pipe-common/shell/nice_dcv_setup b/workflows/pipe-common/shell/nice_dcv_setup index 7270626f71..77959ba12c 100644 --- a/workflows/pipe-common/shell/nice_dcv_setup +++ b/workflows/pipe-common/shell/nice_dcv_setup @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2021 EPAM Systems, Inc. (https://www.epam.com/) +# Copyright 2021-2023 EPAM Systems, Inc. (https://www.epam.com/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ function install_prerequisites { _pkg_result=$? else apt update -y && \ - DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ubuntu-desktop + DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ubuntu-desktop xfce4 xfce4-terminal _pkg_result=$? fi if [ $_pkg_result -ne 0 ]; then