Skip to content
Snippets Groups Projects
Verified Commit 99d4232a authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Build fix

parent 3f4e22d2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: docker:24
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p3
BUILD_VERSION: p4
services:
- docker:24-dind
......
......@@ -21,4 +21,4 @@ RUN set -ex; \
weird-birds/thunderbird_labels \
;
RUN sed '/exec "$@"/i composer require -n --no-dev' /docker-entrypoint.sh
RUN sed -i '/exec "$@"/i composer require -n --no-dev' /docker-entrypoint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment