Skip to content

Commit

Permalink
Fortress: Install Ogre 2.2, simplify docker (#1395)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 25, 2022
1 parent c02e140 commit 9b07b24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
2 changes: 1 addition & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libignition-tools-dev
libignition-transport11-dev
libignition-utils1-cli-dev
libogre-1.9-dev
libogre-2.1-dev
libogre-2.2-dev
libprotobuf-dev
libprotoc-dev
libsdformat12-dev
Expand Down
4 changes: 0 additions & 4 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ RUN scripts/enable_ign_stable.sh
COPY docker/scripts/install_common_deps.sh scripts/install_common_deps.sh
RUN scripts/install_common_deps.sh

# This is not strictly necessary, but makes things faster down the line.
COPY docker/scripts/install_ign_deps.sh scripts/install_ign_deps.sh
RUN scripts/install_ign_deps.sh

COPY docker/scripts/enable_gcc8.sh scripts/enable_gcc8.sh
RUN scripts/enable_gcc8.sh

82 changes: 0 additions & 82 deletions docker/scripts/install_ign_deps.sh

This file was deleted.

0 comments on commit 9b07b24

Please sign in to comment.