Skip to content
Snippets Groups Projects
Unverified Commit 12d9f146 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

docker/Change entrypoint

parent bbe0397e
No related branches found
No related tags found
1 merge request!4continous integration
......@@ -2,8 +2,10 @@ FROM python:3.8-slim
RUN apt-get update \
&& apt-get install -y \
protobuf-compiler \
make \
protobuf-compiler \
make \
&& rm -rf /var/lib/apt/lists/*
RUN pip install betterproto nanopb
ENTRYPOINT ["/bin/bash", "-c"]
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment