Skip to content

Commit 519842c

Browse files
committed
[system] Remove unnecessary output
1 parent 084e018 commit 519842c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerfiles/aws/python/Dockerfile.function

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN touch function/__init__.py \
1212
&& if [[ "${TARGET_ARCHITECTURE}" == "arm64" ]]; then \
1313
export PLATFORM_ARG="--platform manylinux_2_17_aarch64 --only-binary=:all:"; \
1414
fi \
15-
&& echo ${PLATFORM_ARG} \
1615
&& if [[ "${TARGET_ARCHITECTURE}" == "arm64" ]] && test -f "function/requirements.txt.arm.${PYTHON_VERSION}"; then \
1716
pip install --no-cache-dir ${PLATFORM_ARG} --target . \
1817
-r function/requirements.txt \

0 commit comments

Comments
 (0)