DL4006
This commit is contained in:
parent
2995d11855
commit
b6a38f79e3
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ RUN chmod +x /installers/install && \
|
|||
FROM marshall AS php-core
|
||||
ARG PHP_PACKAGES
|
||||
COPY php-core/install-report.sh /usr/bin/install-report
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN apt-get -qq update && \
|
||||
apt-get -yqq install --no-install-recommends \
|
||||
python3-software-properties \
|
||||
|
|
@ -204,6 +205,7 @@ ARG NODE_VERSION
|
|||
ARG YARN_VERSION
|
||||
ARG PATH="/app/node_modules/.bin:${PATH}"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN mkdir ~/.gnupg && \
|
||||
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && \
|
||||
apt-get -qq update && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue