Skip to content

Commit

Permalink
Merge pull request #92 from OpenC3/increase_cosmos_compatibility
Browse files Browse the repository at this point in the history
Add symlink to cosmos folder to increase compatibility
  • Loading branch information
ryanmelt authored Aug 24, 2022
2 parents 3d7476d + a696db4 commit a466539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openc3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN mkdir -p lib/openc3/ext \
&& bundle install --quiet \
&& rake gems \
&& gem install --local ./openc3-*.gem \
&& openc3_gem=$(dirname `gem which openc3`) \
&& ln -s $openc3_gem/openc3 $openc3_gem/cosmos \
&& mkdir -p gems \
&& mv *.gem gems/. \
&& gem cleanup \
Expand Down

0 comments on commit a466539

Please sign in to comment.