Skip to content

Commit 1f5ba0a

Browse files
committed
docs(comment): move out of the way
1 parent 8e5baff commit 1f5ba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ RUN dnf upgrade -y \
4646
# FIXME @TL --break-system-packages not supported until Python 3.11.
4747
RUN pip install --no-cache-dir --upgrade pipx==1.7.1
4848

49+
# FIXME @TL remarshal requires python 3.10
4950
RUN pipx ensurepath --global \
5051
&& pipx install --global \
5152
cfn-lint==1.40.0 \
5253
cfn-policy-validator==0.0.36 \
5354
checkov==3.2.473 \
54-
# FIXME @TL requires python 3.10: remarshal==1.2.0 \
5555
yamlpath==3.8.2
5656

5757
# FIXME @TL workaround until Amazon Linux gets an yq package

0 commit comments

Comments
 (0)