mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 02:53:42 +00:00
using archlinux/archlinux:base-devel
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM archlinux/base
|
FROM archlinux/archlinux:base-devel
|
||||||
|
|
||||||
RUN mkdir -p /etc/pacman.d/hooks \
|
RUN mkdir -p /etc/pacman.d/hooks \
|
||||||
&& ln -s /dev/null /etc/pacman.d/hooks/30-systemd-tmpfiles.hook
|
&& ln -s /dev/null /etc/pacman.d/hooks/30-systemd-tmpfiles.hook
|
||||||
@@ -7,8 +7,6 @@ RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pa
|
|||||||
|
|
||||||
RUN pacman -Syu --noconfirm \
|
RUN pacman -Syu --noconfirm \
|
||||||
&& pacman -S --needed --noconfirm \
|
&& pacman -S --needed --noconfirm \
|
||||||
base \
|
|
||||||
base-devel \
|
|
||||||
vim \
|
vim \
|
||||||
git \
|
git \
|
||||||
libjpeg \
|
libjpeg \
|
||||||
@@ -20,7 +18,8 @@ RUN pacman -Syu --noconfirm \
|
|||||||
python-tox \
|
python-tox \
|
||||||
cppcheck \
|
cppcheck \
|
||||||
npm \
|
npm \
|
||||||
&& (pacman -Sc --noconfirm || true)
|
&& (pacman -Sc --noconfirm || true) \
|
||||||
|
&& rm -rf /var/cache/pacman/pkg/*
|
||||||
|
|
||||||
RUN npm install htmlhint -g
|
RUN npm install htmlhint -g
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user