Skip to content

Conversation

NingW101
Copy link
Contributor

No description provided.

RUN git clone -b main --depth=1 https://github.com/bytecodealliance/wasm-micro-runtime.git
RUN git clone -b main --depth=1 https://github.com/bytecodealliance/wasm-micro-runtime.git \
&& cd wasm-micro-runtime/build-scripts \
&& pip3 install --user -r requirements.txt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just my little concern, does it work well without installing pip, ninja and CCache?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have installed in line:15

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

@lum1n0us
Copy link
Collaborator

BTW, please lint Dockerfiles with (https://github.com/hadolint/hadolint).

&& apt-get -y install make --no-install-recommends
RUN apt update \
&& apt-get -y install ccache ninja-build make cmake python3-pip --no-install-recommends \
&& pip3 install requests
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirements.txt includes requests. might don't need L16.

@NingW101 NingW101 force-pushed the fix-docker-build-bug branch from d0898d2 to 963efaa Compare March 28, 2023 05:45
@lum1n0us
Copy link
Collaborator

LGTM

@wenyongh wenyongh merged commit 0a7994a into bytecodealliance:main Mar 28, 2023
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants