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
I tried to install DAPS in a docker container. The container bases on ubuntu (for some specific reaons) and follows the instructions from here
The make command fails with the following output:
/home/daps/make/setfiles.mk:95: *** Fatal error: ID "book.daps.user" has already been defined. Stop.
This somehow seems to be related to this issue
Does anybody have an idea, how to fix this?
Expected behavior
Setup should succeed.
Steps to reproduce the behavior
Start docker
git clone https://github.com/nils-tekampe/daps-ubuntu-docker.git cd daps-ubuntu-docker docker build -t "dernils:daps-ubuntu-docker" .
The text was updated successfully, but these errors were encountered:
nils-tekampe
changed the title
DAPS installation in docker
DAPS installation in docker fails
Jan 22, 2018
@preston Sorry for the long response time. I can't help much with Ubuntu but can offer an openSUSE-based Dockerfile that should work:
FROM opensuse/leap:latest
MAINTAINER You <[email protected]>
RUN zypper ar https://download.opensuse.org/repositories/Documentation:/Tools/openSUSE_Leap_15.1/Documentation:Tools.repo && \
zypper --gpg-auto-import-keys ref -f && \
zypper -n install -y daps ruby2.5-rubygem-asciidoctor suse-doc-style-checker git geekodoc novdoc tar w3m libreoffice-draw curl && \
zypper clean --all
(This is an updated/cleaned-up version of the one we use for Travis. The one we use on Travis is a bit messier because we try to optimize for container size.)
@fsundermeyer Why did you assign this to me? This looks like yet another issue with building on Ubuntu which is not really my area of expertise.
Problem description
I tried to install DAPS in a docker container. The container bases on ubuntu (for some specific reaons) and follows the instructions from here
The make command fails with the following output:
This somehow seems to be related to this issue
Does anybody have an idea, how to fix this?
Expected behavior
Setup should succeed.
Steps to reproduce the behavior
git clone https://github.com/nils-tekampe/daps-ubuntu-docker.git
cd daps-ubuntu-docker
docker build -t "dernils:daps-ubuntu-docker" .
The text was updated successfully, but these errors were encountered: