Skip to content

Commit

Permalink
Extend libssl,unwind,notify to full 2019 range (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Mar 16, 2021
1 parent 56ac793 commit a0c1017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ RUN [ `echo $module | grep -v '\(webgl\|linux-il2cpp\)'` ] && exit 0 || : \
&& rm -rf /var/lib/apt/lists/*

#=======================================================================================
# [2019.1.x] libnotify4 libunwind-dev libssl1.0
# [2019.x] libnotify4 libunwind-dev libssl1.0
#=======================================================================================
RUN [ `echo $version | grep -v '^2019.1.'` ] && exit 0 || : \
RUN [ `echo $version | grep -v '^2019.'` ] && exit 0 || : \
&& apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
libnotify4 \
Expand Down

1 comment on commit a0c1017

@waffles
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯
Thank you!

Please sign in to comment.