Skip to content

Commit

Permalink
updating templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Apr 25, 2023
1 parent fd2e3bb commit a1bf18b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/image-builder/ubuntu2004/base-packages-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,23 @@ phases:
apt install -y nodejs || echo "Unable to install nodejs"
npm install -g configurable-http-proxy
export TASK="Qt6"
echo "===================================================="
echo "# Starting: ${TASK}"
echo "===================================================="
add-apt-repository -y ppa:okirby/qt6-backports
apt update -y
apt install -y qt6-base-dev
export TASK="Qt5"
echo "===================================================="
echo "# Starting: ${TASK}"
echo "===================================================="
apt-get install -y \
pyqt5-dev \
pyqt5-dev-tools \
libqt5x11extras5-dev
- name: validate
steps:
- name: ValidateLmod
Expand Down

0 comments on commit a1bf18b

Please sign in to comment.