install python3 - use dockerfile
This commit is contained in:
parent
8acd0079b0
commit
29a0fff311
@ -3,6 +3,8 @@ FROM ubuntu:latest
|
|||||||
RUN apt update -y && apt install -y make
|
RUN apt update -y && apt install -y make
|
||||||
RUN apt install -y git
|
RUN apt install -y git
|
||||||
RUN apt install -y gcc
|
RUN apt install -y gcc
|
||||||
|
RUN apt install -y python3
|
||||||
|
RUN apt install -y python-pandas
|
||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -30,6 +30,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Zadanie 3 - Metryki') {
|
stage('Zadanie 3 - Metryki') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'python3 --version'
|
||||||
sh 'python3 ./zadanie3/script.py'
|
sh 'python3 ./zadanie3/script.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user