Skip to content

Commit

Permalink
Delete libc6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gold-kou committed Oct 3, 2023
1 parent 1bc64df commit da6bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GATLING_VERSION 3.9.5
RUN mkdir -p gatling

# install gatling
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 && \
mkdir -p /tmp/downloads && \
wget -q -O /tmp/downloads/gatling-$GATLING_VERSION.zip \
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/$GATLING_VERSION/gatling-charts-highcharts-bundle-$GATLING_VERSION-bundle.zip && \
Expand Down

0 comments on commit da6bc34

Please sign in to comment.