Skip to content

Commit da6bc34

Browse files
committed
Delete libc6-dev
1 parent 1bc64df commit da6bc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV GATLING_VERSION 3.9.5
1515
RUN mkdir -p gatling
1616

1717
# install gatling
18-
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget libc6-dev unzip && \
18+
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget unzip && \
1919
mkdir -p /tmp/downloads && \
2020
wget -q -O /tmp/downloads/gatling-$GATLING_VERSION.zip \
2121
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

Comments
 (0)