Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
kl-lemmatiseerija16
Commits
398883ec
Commit
398883ec
authored
Apr 25, 2019
by
Krista Liin
Browse files
Taas Java tõmbamine
parent
773e31a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
398883ec
...
...
@@ -13,7 +13,7 @@ RUN apt-get update && \
apt-get
-y
install
g++ swig
&&
\
apt-get
-y
install
git
&&
\
mkdir
/usr/java
&&
cd
/usr/java
&&
\
curl
-sL
https://javadl.oracle.com/webapps/download/AutoDL?BundleId
=
238719_478a62b7d4e34b78b671c754eaaf38ab
|
sudo
bash -
&&
\
wget
https://javadl.oracle.com/webapps/download/AutoDL?BundleId
=
238719_478a62b7d4e34b78b671c754eaaf38ab
&&
\
mv
*
java.tar.gz
&&
tar
zxvf java.tar.gz
&&
\
export
PATH
=
"/usr/java/jre1.8.0_211/bin:
$PATH
"
&&
\
echo "Installed NODE.JS and PYTHON 3 and JAVA"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment