Skip to content
Snippets Groups Projects
Verified Commit 4ab10341 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 3fd832dd
No related branches found
No related tags found
No related merge requests found
Pipeline #5138 failed
......@@ -2,7 +2,7 @@ image: docker:stable
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 4.2.2-passenger-14
IMAGE_VER: 4.2.2-passenger-1
services:
- docker:dind
......
......@@ -4,7 +4,7 @@ MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential && \
apt-get remove libgs9 ghostscript libgs9-common
apt remove libgs9 ghostscript libgs9-common
COPY ./themes/ /usr/src/redmine/public/themes/
COPY ./plugins/ /usr/src/redmine/plugins/
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