Skip to content

Commit

Permalink
Fix typo in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Alla Levental committed Apr 26, 2021
1 parent 7d939bb commit 49660a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN $APT_INSTALL ./packages-microsoft-prod.deb \

# Install K6
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69 \
&& echo "deb https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list \
&& echo "deb https://dl.k6.io/deb stable main" | tee /etc/apt/sources.list.d/k6.list \
&& $APT_UPDATE \
&& $APT_INSTALL k6

Expand Down

0 comments on commit 49660a9

Please sign in to comment.