Skip to content
Snippets Groups Projects
Commit c9119741 authored by Julian Klaiber's avatar Julian Klaiber
Browse files

Fix bug

parent 7a181b51
No related branches found
No related tags found
No related merge requests found
Pipeline #129503 passed
......@@ -35,10 +35,10 @@ RUN cpan YAML::Tiny
RUN perl -MCPAN -e 'install "File::HomeDir"'
RUN apt-get update -q \
apt-get install -y git rubber python3-pip
&& apt-get install -y git rubber python3-pip
RUN pip3 install gummi
ENV HOME /data
WORKDIR /data
VOLUME ["/data"]
\ No newline at end of file
VOLUME ["/data"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment