We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e3a4f commit 2cfd48aCopy full SHA for 2cfd48a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM binhex/arch-base:2018100901
+FROM binhex/arch-base:2018101001
2
MAINTAINER binhex
3
4
# additional files
build/root/install.sh
@@ -19,7 +19,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /root/
19
####
20
21
# define pacman packages
22
-pacman_packages="git wget libx264 libvpx"
+pacman_packages="git wget ffmpeg"
23
24
# install compiled packages using pacman
25
if [[ ! -z "${pacman_packages}" ]]; then
@@ -39,7 +39,7 @@ source /root/aor.sh
39
40
41
# define aur packages
42
-aur_packages="ffmpeg-headless comskip tvheadend"
+aur_packages="comskip tvheadend"
43
44
# call aur install script (arch user repo)
45
source /root/aur.sh
0 commit comments