mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
beacon-node-builds: fix apt-get stdout redirection
The & character breaks the command in /bin/sh shell. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
133a30c1b6
commit
f24c714b49
@ -3,7 +3,7 @@ FROM debian:bullseye-slim
|
||||
ARG COMMIT
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq -y install libpcre3-dev &>/dev/null \
|
||||
&& apt-get -qq -y install libpcre3-dev 1>/dev/null \
|
||||
&& apt-get -qq clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user