Fix conflict

master
xorrior 2018-05-04 12:20:30 -04:00
commit da4ff2f9b7
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ RUN apt-get update && apt-get install -qy \
apt-utils \
lsb-core \
python2.7 \
python-dev \
&& ln -sf /usr/bin/python2.7 /usr/bin/python \
python-dev \
&& ln -sf /usr/bin/python2.7 /usr/bin/python \
&& rm -rf /var/lib/apt/lists/*
# build empire from source