diff --git a/Dockerfile b/Dockerfile index 802b00d..3149b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ ENV COMPOSER_VERSION 2.0.13 # Install Basic Requirements RUN buildDeps='curl gcc make autoconf libc-dev zlib1g-dev pkg-config' \ && set -x \ + && ln -s /bin/sed /usr/bin/sed \ && apt-get update \ && apt-get install --no-install-recommends $buildDeps --no-install-suggests -q -y gnupg2 dirmngr wget apt-transport-https lsb-release ca-certificates \ && \