-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kislenko Maksim
committed
Jul 25, 2019
1 parent
b030446
commit 3678ca4
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
FROM stor.highloadcup.ru/aicups/paperio_base | ||
FROM stest.tech-mail.ru/aicups/paperio_base | ||
MAINTAINER Evgeniy Zuykin <[email protected]> | ||
|
||
RUN apt-get update -y && \ | ||
apt-get install -y software-properties-common && \ | ||
add-apt-repository -y ppa:cwchien/gradle && \ | ||
apt-get update -y && \ | ||
apt-get install -y openjdk-8-jdk gradle-3.5.1 && \ | ||
apt-get install -y openjdk-8-jdk gradle-5.5.1 && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
ENV SOLUTION_CODE_ENTRYPOINT=Main.kt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters