Skip to content

Commit

Permalink
[telluride] Dockerfile for ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
frostwire committed Apr 11, 2021
1 parent e756be8 commit 8a83328
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions telluride/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:18.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt update -y
RUN apt install python3 -y
RUN apt install python3-pip -y
RUN apt install pylint3 -y
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10

0 comments on commit 8a83328

Please sign in to comment.