Skip to content

Commit

Permalink
⬆️ Upgrades The Lounge to 4.3.1 (#112)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades The Lounge to 4.3.1

* Add git build requirement
  • Loading branch information
frenck committed May 16, 2022
1 parent 181bd97 commit 47c6b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thelounge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FROM ${BUILD_FROM}
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=10.3.1_git20211027-r0 \
git=2.34.2-r0 \
make=4.3-r0 \
python2=2.7.18-r4 \
yarn=1.22.17-r0 \
Expand All @@ -17,7 +18,7 @@ RUN \
\
&& yarn global add \
modclean@3.0.0-beta.1 \
thelounge@4.3.0 \
thelounge@4.3.1 \
\
&& modclean \
--path /usr/local/share/.config/yarn/global \
Expand Down

0 comments on commit 47c6b17

Please sign in to comment.