Skip to content
Snippets Groups Projects
Unverified Commit 2ca08c19 authored by Antoine R. Dumont (@ardumont)'s avatar Antoine R. Dumont (@ardumont)
Browse files

Dockerfile: Add missing file dependency

Some fallback uses the file cli to upload files.

Related to T4064
parent d8f53d79
No related branches found
No related tags found
1 merge request!1Install Dockerfile to allow containerized script execution and other improvments
......@@ -5,7 +5,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
cl-quicklisp \
default-libmysqlclient-dev \
git \
kubernetes-client
kubernetes-client \
file
RUN useradd -md /srv/forgerie -s /bin/bash forgerie
RUN mkdir -p /srv/phabricator /opt/forgerie /srv/forgerie/bin
......
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