Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Mar 22, 2024
1 parent 07dacb2 commit bf9d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .project-creation/.skeleton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY ./app /workspace/app

# FIXME: For build tooling we only need "devenv-devcontainer-setup", we should be able to
# filter this without manual jq intervention...
RUN cat ./workspace/.velocitas_org.json | jq 'del(.packages[] | select(.repo|test(".*devenv-devcontainer-setup.*")|not))' > ./workspace/.velocitas.json
RUN cat ./workspace/.velocitas_org.json | jq 'del(.packages[] | select(.repo|test(".*devenv-devcontainer-setup.*")|not))' | jq 'del(.components[])'> ./workspace/.velocitas.json

# Remove this installation for Arm64 once staticx has a prebuilt wheel for Arm64
RUN /bin/bash -c 'set -ex && \
Expand Down

0 comments on commit bf9d81b

Please sign in to comment.