mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 16:54:25 +00:00
Forgot a backslash
This commit is contained in:
parent
0bb53c876f
commit
b25b2ebf07
@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
COPY Pipfile Pipfile.lock /app/
|
COPY Pipfile Pipfile.lock /app/
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& pip install pipenv
|
&& pip install pipenv \
|
||||||
&& apt-get update -q \
|
&& apt-get update -q \
|
||||||
&& apt-get install -y -q \
|
&& apt-get install -y -q \
|
||||||
gcc python3-dev libssl-dev \
|
gcc python3-dev libssl-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user