Hello I have some problems with setup of e2e testing branch
1. I cloned repo git clone https://github.com/edx/edx-e2e-tests
2. I run the command docker-compose up --build
and the mistake occurs
Step 3/7 : RUN apt-get update -qqy && apt-get -qqy install libxml2-dev
libxslt1-dev && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
---> Running in d81d7d81395d
W: GPG error: https://dl.yarnpkg.com stable InRelease: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY 23E7166788B63E1E
W: Failed to fetch
http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages
404 Not Found
E: Some index files failed to download. They have been ignored, or old ones
used instead.
ERROR: Service 'e2e-tests' failed to build: The command '/bin/sh -c apt-get
update -qqy && apt-get -qqy install libxml2-dev libxslt1-dev
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*' returned a non-zero
code: 100
I found that it is failed in Dockerfile
lines
Enter code here...# Install system libraries needed for lxml
RUN apt-get update -qqy \
&& apt-get -qqy install \
libxml2-dev \
libxslt1-dev \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
Thank you for your help.
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/5771a9e7-9a4e-4a3a-9338-8c605b7c9ac8%40googlegroups.com.