Skip to content
Snippets Groups Projects
Commit 16b89240 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Drop an erroneous trailing backslash.

parent e1b97b60
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
python-all-dev \ python-all-dev \
python3-all-dev \ python3-all-dev \
python-pip \ python-pip \
python-virtualenv \ python-virtualenv
# Install Python packages from PyPI # Install Python packages from PyPI
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0-alpha-1 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0-alpha-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment