We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff2133 commit b6d5a96Copy full SHA for b6d5a96
1 file changed
Dockerfile
@@ -8,6 +8,5 @@ RUN apt-get update \
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/*
10
11
-RUN echo hey && git clone -b ast https://github.com/datacamp/oil.git \
+RUN echo "Oil Install" && git clone -b ast-basic-highlight --depth=1 https://github.com/datacamp/oil.git \
12
&& cd oil && pip2 install -e .
13
-
0 commit comments