diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-12 13:36:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-13 10:38:52 -0600 |
| commit | ead56ee6bdd3c49f575a0607e513cd1c9a947fad (patch) | |
| tree | 6e55a2b395da34dd47c17aef0eb759cab42914aa /Dockerfile | |
| parent | 6139087cee470d7d1ca9585b7001469298e848b4 (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-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
