Add the following dependency to your pom.xml/build.gradle file:
testCompile "org.testcontainers:nginx:{{latest_version}}"<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>nginx</artifactId>
<version>{{latest_version}}</version>
<scope>test</scope>
</dependency>