git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047008a
)
fix test container build for newer images/docker
author
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 12:25:49 +0000
(12:25 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 12:25:49 +0000
(12:25 +0000)
tests/ci/Dockerfile
patch
|
blob
|
history
diff --git
a/tests/ci/Dockerfile
b/tests/ci/Dockerfile
index
43c9df8
..
f4bc9f4
100644
(file)
--- a/
tests/ci/Dockerfile
+++ b/
tests/ci/Dockerfile
@@
-7,7
+7,8
@@
ARG PHP_VERSION=default
COPY setup/*.sh /root/setup/
COPY config/* /root/config/
-RUN mkdir -p /usr/share/man/man1 && \
+RUN if [ ! -f /.dockerenv ]; then touch /.dockerenv; fi && \
+ mkdir -p /usr/share/man/man1 && \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
chmod 755 /root/setup/*.sh && \
cd /root/setup && \