mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add glibc to Docker dependencies
This commit is contained in:
parent
c6c92184d9
commit
e3f37c14db
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM archlinux/base
|
FROM archlinux/base
|
||||||
|
|
||||||
RUN pacman -Sy --noconfirm shards crystal imagemagick librsvg \
|
RUN pacman -Sy --noconfirm shards crystal imagemagick librsvg \
|
||||||
which pkgconf gcc ttf-liberation
|
which pkgconf gcc ttf-liberation glibc
|
||||||
# base-devel contains many other basic packages, that are normally assumed to already exist on a clean arch system
|
# base-devel contains many other basic packages, that are normally assumed to already exist on a clean arch system
|
||||||
|
|
||||||
ADD . /invidious
|
ADD . /invidious
|
||||||
|
|
Loading…
Reference in a new issue