Skip to content

Commit

Permalink
Fix k6 installatopn in docker (Blazemeter#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alla Levental authored Apr 26, 2021
1 parent e480159 commit 7d939bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN $APT_INSTALL ./packages-microsoft-prod.deb \
&& $APT_INSTALL dotnet-sdk-3.1

# Install K6
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 \
&& echo "deb https://dl.bintray.com/loadimpact/deb stable main" | tee -a /etc/apt/sources.list \
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 \
&& $APT_UPDATE \
&& $APT_INSTALL k6

Expand Down
1 change: 1 addition & 0 deletions site/dat/docs/changes/fix-k6-docker-installation.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update k6 installation process in docker

0 comments on commit 7d939bb

Please sign in to comment.