summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-12 13:36:13 -0600
committermo khan <mo.khan@gmail.com>2020-08-13 10:38:52 -0600
commitead56ee6bdd3c49f575a0607e513cd1c9a947fad (patch)
tree6e55a2b395da34dd47c17aef0eb759cab42914aa /Dockerfile
parent6139087cee470d7d1ca9585b7001469298e848b4 (diff)
Ensure drupal pkgs are detected correctly
* Use same composer.json and composer.lock file from issue * Check if vendor path exists before specifying env vars * Install php from deb package
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c175e3..6cc2621 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,9 @@ ENV TERM="xterm"
WORKDIR /opt/gitlab
COPY config/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
RUN mkdir -p /opt/toolcache
-COPY pkg/mono*.deb /opt/toolcache/
COPY pkg/license*.deb /opt/toolcache/
+COPY pkg/mono*.deb /opt/toolcache/
+COPY pkg/php*.deb /opt/toolcache/
COPY pkg/rust*.deb /opt/toolcache/
COPY config/install.sh /opt/install.sh
RUN bash /opt/install.sh