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
|
FROM ubuntu:bionic
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
openjdk-11-jdk-headless \
|
openjdk-11-jdk-headless \
|
||||||
make \
|
make \
|
||||||
gcc \
|
|
||||||
gcc-i686-linux-gnu \
|
|
||||||
gcc-multilib-i686-linux-gnu \
|
gcc-multilib-i686-linux-gnu \
|
||||||
gcc-arm-linux-gnueabihf \
|
|
||||||
gcc-multilib-arm-linux-gnueabihf \
|
gcc-multilib-arm-linux-gnueabihf \
|
||||||
gcc-aarch64-linux-gnu \
|
gcc-aarch64-linux-gnu \
|
||||||
clang \
|
clang \
|
||||||
libc-dev \
|
|
||||||
lld \
|
lld \
|
||||||
mingw-w64 \
|
mingw-w64 \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
|
Reference in New Issue
Block a user