mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Merge pull request #6764 from querry43/add-missing-docker-depends
adding two deps to dockerfile required for karma
This commit is contained in:
commit
c8b5cf95be
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ RUN apt-get install -y \
|
|||
build-essential \
|
||||
curl \
|
||||
git \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libkrb5-dev \
|
||||
python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue