File docker/Dockerfile-rocketgit.tmpl changed (mode: 100644) (index e68f7a1..fcedac7) |
... |
... |
COPY rg.sh / |
13 |
13 |
|
|
14 |
14 |
CMD ["/rg.sh"] |
CMD ["/rg.sh"] |
15 |
15 |
|
|
16 |
|
RUN dnf -y upgrade --best --allowerasing |
|
|
16 |
|
RUN dnf -y upgrade --best --allowerasing; echo @@VER@@ |
17 |
17 |
RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm |
RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm |
18 |
18 |
RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode |
RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode |
19 |
|
RUN dnf -y --disablerepo=* --enablerepo dinorepo clean all; echo no_cache_1 |
|
|
19 |
|
RUN dnf -y --disablerepo=* --enablerepo dinorepo clean all |
20 |
20 |
RUN dnf -y install rocketgit-@@VER@@ |
RUN dnf -y install rocketgit-@@VER@@ |
21 |
21 |
|
|
22 |
22 |
RUN sed -i -e 's|;opcache.enable_cli=.*|opcache.enable_cli=1|' /etc/php.d/10-opcache.ini |
RUN sed -i -e 's|;opcache.enable_cli=.*|opcache.enable_cli=1|' /etc/php.d/10-opcache.ini |