summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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