mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix gradle tests (#2708)
* Add docker file for Gradle tests on TeamCity * Remove configuring JDK for tests * Update compose & kotlin compiler in testAndroidxCompiler
This commit is contained in:
11
ci/docker/gradle-plugin-tests/Dockerfile
Normal file
11
ci/docker/gradle-plugin-tests/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update -y && \
|
||||
apt-get install binutils --no-install-recommends -y && \
|
||||
apt-get install fakeroot --no-install-recommends -y && \
|
||||
apt-get install dpkg --no-install-recommends -y && \
|
||||
apt-get install dpkg-dev --no-install-recommends -y && \
|
||||
apt-get install libgl-dev --no-install-recommends -y
|
||||
ENV PATH="/usr/lib/x86_64-linux-gnu/:$PATH"
|
||||
RUN apt-get install openjdk-16-jdk --no-install-recommends -y
|
||||
Reference in New Issue
Block a user