diff --git a/Directory.Packages.props b/Directory.Packages.props index fbc55db0a..2d3b02615 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,22 +4,22 @@ true - - - - + + + + - - + - - + + - + + - + diff --git a/src/Testcontainers/Clients/DockerContainerOperations.cs b/src/Testcontainers/Clients/DockerContainerOperations.cs index f695d3b23..710dcda6a 100644 --- a/src/Testcontainers/Clients/DockerContainerOperations.cs +++ b/src/Testcontainers/Clients/DockerContainerOperations.cs @@ -100,7 +100,7 @@ public Task RemoveAsync(string id, CancellationToken ct = default) public Task ExtractArchiveToContainerAsync(string id, string path, TarOutputMemoryStream tarStream, CancellationToken ct = default) { Logger.CopyArchiveToDockerContainer(id, tarStream.ContentLength); - return DockerClient.Containers.ExtractArchiveToContainerAsync(id, new ContainerPathStatParameters { Path = path, AllowOverwriteDirWithFile = false }, tarStream, ct); + return DockerClient.Containers.ExtractArchiveToContainerAsync(id, new ContainerPathStatParameters { Path = path }, tarStream, ct); } public async Task GetArchiveFromContainerAsync(string id, string path, CancellationToken ct = default) diff --git a/src/Testcontainers/Testcontainers.csproj b/src/Testcontainers/Testcontainers.csproj index 1ee127eba..8c07b89d7 100644 --- a/src/Testcontainers/Testcontainers.csproj +++ b/src/Testcontainers/Testcontainers.csproj @@ -7,8 +7,8 @@ - - + +