Skip to content

Commit

Permalink
duplicate debs still required
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 23, 2024
1 parent ec7cc3a commit 40d3040
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 172 deletions.
1 change: 1 addition & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN chmod +x shared_functions.sh

RUN /bin/bash -c "source shared_functions.sh && get_debs_gitcloner && install_debs_gitcloner && clone_git_repos"

#todo: none of these have commit hashes
RUN git clone git://code.qt.io/qt/qt5.git -b ${QT_VERSION} --depth 1 && \
cd qt5 && \
git clone git://code.qt.io/qt/qtbase.git -b ${QT_VERSION} --depth 1 && \
Expand Down
Loading

0 comments on commit 40d3040

Please sign in to comment.