Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Merge a625cf0 into 88e0c89
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Aug 21, 2019
2 parents 88e0c89 + a625cf0 commit b75a357
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ FROM ubuntu:18.04
ARG branch=master

# Install dependencies
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update && apt-get install -y \
wget \
git-core \
python3.6 \
python3.6-dev \
python3.6-venv \
python3.7 \
python3.7-dev \
python3.7-venv \
python3-pip \
libleveldb-dev \
libssl-dev \
Expand Down

0 comments on commit b75a357

Please sign in to comment.