Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 921f714

Browse files
committed
fix Dockerfile 2
1 parent 2d52fc0 commit 921f714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ARG LOCALSTACK_BUILD_VERSION
131131
# add project files necessary to install all dependencies
132132
ADD Makefile pyproject.toml plux.ini ./
133133
# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
134-
ADD bin/localstack bin/localstack.bat bin/localstack-supervisor bin/
134+
ADD bin/localstack-supervisor bin/
135135

136136
# add the code as late as possible
137137
ADD localstack-core/ /opt/code/localstack/localstack-core

Dockerfile.s3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN --mount=type=cache,target=/root/.cache \
5858
# add files necessary to install all dependencies
5959
ADD Makefile pyproject.toml requirements-base-runtime.txt ./
6060
# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
61-
ADD bin/localstack bin/localstack.bat bin/localstack-supervisor bin/
61+
ADD bin/localstack-supervisor bin/
6262

6363
# Install dependencies for running the LocalStack base runtime (for S3)
6464
RUN --mount=type=cache,target=/root/.cache \
@@ -78,7 +78,7 @@ ARG LOCALSTACK_BUILD_VERSION
7878
# add project files necessary to install all dependencies
7979
ADD Makefile pyproject.toml plux.ini requirements-base-runtime.txt ./
8080
# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
81-
ADD bin/localstack bin/localstack.bat bin/localstack-supervisor bin/
81+
ADD bin/localstack-supervisor bin/
8282

8383
# add the code as late as possible
8484
ADD localstack-core/ /opt/code/localstack/localstack-core

0 commit comments

Comments
 (0)