add dockerfile/composefile/targets for externally built fail
This commit is contained in:
@ -49,7 +49,8 @@ RUN git clone https://github.com/llvm/llvm-project.git && cd llvm-project \
|
||||
&& cd / && rm -rf ./llvm-project
|
||||
|
||||
# Install packages required to build FAIL*
|
||||
RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y --no-install-recommends \
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y --no-install-recommends \
|
||||
# binutils-dev \
|
||||
libmysqlclient-dev \
|
||||
libprotobuf-dev \
|
||||
@ -79,7 +80,8 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y --no-inst
|
||||
libasound2-dev
|
||||
|
||||
# Install packages required to run FAIL*
|
||||
RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y --no-install-recommends \
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y --no-install-recommends \
|
||||
protobuf-compiler \
|
||||
libtinfo6 \
|
||||
# libtinfo5 \
|
||||
|
||||
Reference in New Issue
Block a user