Skip to content

Commit

Permalink
Merge pull request #1379 from tauitdnmd/patch-1
Browse files Browse the repository at this point in the history
Add Install python2  cmd to Dockerfile
  • Loading branch information
ideawu authored Sep 30, 2020
2 parents dab6773 + 878a303 commit 0fe1c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER wendal "[email protected]"
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get install -y python2.7 && \
apt-get install -y --force-yes git make gcc g++ autoconf && apt-get clean && \
git clone --depth 1 https://github.com/ideawu/ssdb.git ssdb && \
cd ssdb && make && make install && cp ssdb-server /usr/bin && \
Expand Down

0 comments on commit 0fe1c53

Please sign in to comment.