You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Script create is failing because of PHP5 missing packages.
I am running Docker on a Debian 8 system.
This was the output:
+ repo=https://github.com/DOMjudge/domjudge.git
+ '[' -n '' ']'
+ '[' '!' -d domjudge.git ']'
+ cd domjudge.git
+ git fetch https://github.com/DOMjudge/domjudge.git master:master
++ git show -s --format=%ct HEAD
+ lastcommitdate=1502049133
+ touch -d@1502049133 FETCH_HEAD
+ git show HEAD:misc-tools/dj_make_chroot.in
+ cd ..
+ tar cf domjudge.git.tar domjudge.git
+ touch -d@1502049133 domjudge.git.tar
+ set +e
+ diff -q dj_make_chroot dj_make_chroot.tmp
+ status=0
+ set -e
+ '[' 0 == 0 ']'
+ rm dj_make_chroot.tmp
+ docker=/usr/bin/docker
+ '[' -x /usr/bin/docker.io ']'
+ /usr/bin/docker build -t domjudge .
Sending build context to Docker daemon 55.44 MB
Step 1/19 : FROM debian:stable
---> c5f70b742a9d
Step 2/19 : MAINTAINER Tobias Werth <[email protected]>
---> Using cache
---> 0a7ac02a6a45
Step 3/19 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> e46eb8d8e4a9
Step 4/19 : RUN apt-get update
---> Using cache
---> 3218a0329e38
Step 5/19 : RUN apt-get install -y git vim
---> Using cache
---> bab7e36e3518
Step 6/19 : RUN apt-get install -y gcc g++ make zip unzip mysql-server apache2 php5 php5-cli libapache2-mod-php5 php5-mysql php5-json bsdmainutils phpmyadmin ntp libboost-regex-dev libgmp3-dev linuxdoc-tools linuxdoc-tools-text groff texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-lang-dutch
---> Running in 6005012ee1c3
Reading package lists...
Building dependency tree...
Reading state information...
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php5-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php5-json is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5' has no installation candidate
E: Package 'php5-cli' has no installation candidate
E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-json' has no installation candidate
E: Unable to locate package texlive-lang-dutch
The command '/bin/sh -c apt-get install -y gcc g++ make zip unzip mysql-server apache2 php5 php5-cli libapache2-mod-php5 php5-mysql php5-json bsdmainutils phpmyadmin ntp libboost-regex-dev libgmp3-dev linuxdoc-tools linuxdoc-tools-text groff texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-lang-dutch' returned a non-zero code: 100```
The text was updated successfully, but these errors were encountered:
The Script create is failing because of PHP5 missing packages.
I am running Docker on a Debian 8 system.
This was the output:
The text was updated successfully, but these errors were encountered: