Fix Dockerfile Try #3
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b65e8cddc7
commit
894564c70d
@ -1,18 +1,14 @@
|
||||
FROM ubuntu:bionic
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
apt-get install -y \
|
||||
curl \
|
||||
openjdk-11-jdk-headless \
|
||||
make \
|
||||
gcc \
|
||||
gcc-i686-linux-gnu \
|
||||
gcc-multilib-i686-linux-gnu \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
gcc-multilib-arm-linux-gnueabihf \
|
||||
gcc-aarch64-linux-gnu \
|
||||
clang \
|
||||
libc-dev \
|
||||
lld \
|
||||
mingw-w64 \
|
||||
lsb-release \
|
||||
|
Reference in New Issue
Block a user