EOX GitLab Instance

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

Fixing installation of preprocessor dependencies

parent c98a00e3
No related branches found
No related tags found
1 merge request!6Cache native swift
......@@ -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