EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6440899b authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing installation of preprocessor dependencies

parent f211a2f7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ LABEL name="prism view server preprocessor" \
USER root
RUN apt install -y \
RUN apt update && \
apt install -y \
python3-redis python3-keystoneclient python3-swiftclient wait-for-it && \
apt autoremove -y && \
apt clean && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment