[
https://issues.apache.org/jira/browse/MARVIN-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel martins Takabayashi reassigned MARVIN-58:
------------------------------------------------
Assignee: Daniel martins Takabayashi (was: Rafael Novello)
> make docker-build command fail
> ------------------------------
>
> Key: MARVIN-58
> URL: https://issues.apache.org/jira/browse/MARVIN-58
> Project: Apache Marvin
> Issue Type: Bug
> Affects Versions: 0.0.5
> Environment: I ran the example in Ubuntu 18.04 and Python 3.6.
> Reporter: Rafael Novello
> Assignee: Daniel martins Takabayashi
> Priority: Major
>
> When I ran the make docker-build the process stop with the following error:
> {code:bash}
> Step 17/24 : RUN add-apt-repository ppa:webupd8team/java -y && apt-get
> -qq update && echo debconf shared/accepted-oracle-license-v1-1 select
> true | debconf-set-selections && echo debconf
> shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections &&
> apt-get install -y oracle-java8-installer
> ---> Running in 1eff6bdf7ff5
> gpg: keyring `/tmp/tmpkikhip6t/secring.gpg' created
> gpg: keyring `/tmp/tmpkikhip6t/pubring.gpg' created
> gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
> gpg: /tmp/tmpkikhip6t/trustdb.gpg: trustdb created
> gpg: key EEA14886: public key "Launchpad VLC" imported
> gpg: no ultimately trusted keys found
> gpg: Total number processed: 1
> gpg: imported: 1 (RSA: 1)
> OK
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Package oracle-java8-installer 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 'oracle-java8-installer' has no installation candidate
> The command '/bin/sh -c add-apt-repository ppa:webupd8team/java -y &&
> apt-get -qq update && echo debconf shared/accepted-oracle-license-v1-1
> select true | debconf-set-selections && echo debconf
> shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections &&
> apt-get install -y oracle-java8-installer' returned a non-zero code: 100
> Makefile:67: recipe for target 'docker-build' failed
> make: *** [docker-build] Error 100
> {code}
> Need to update the command inside Dockerfile to resolve the issue
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)