We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc64df commit da6bc34Copy full SHA for da6bc34
gatling/Dockerfile
@@ -15,7 +15,7 @@ ENV GATLING_VERSION 3.9.5
15
RUN mkdir -p gatling
16
17
# install gatling
18
-RUN apt-get update && apt-get upgrade -y && apt-get install -y wget libc6-dev unzip && \
+RUN apt-get update && apt-get upgrade -y && apt-get install -y wget unzip && \
19
mkdir -p /tmp/downloads && \
20
wget -q -O /tmp/downloads/gatling-$GATLING_VERSION.zip \
21
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/$GATLING_VERSION/gatling-charts-highcharts-bundle-$GATLING_VERSION-bundle.zip && \
0 commit comments