Undo Auto-formatted text by VS Code
This commit is contained in:
parent
f299234413
commit
dee0adb7b4
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ FROM base as builder
|
|||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
g++
|
||||
g++
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
|
@ -31,5 +31,5 @@ COPY . .
|
|||
RUN chmod +x ./loadgen.sh
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl
|
||||
curl
|
||||
ENTRYPOINT ./loadgen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue