mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #101 from gradido/optimize_login_server_build
Optimize login server build
This commit is contained in:
commit
7f3d146351
@ -8,10 +8,10 @@ ENV DOCKER_WORKDIR="/code"
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
COPY --from=unicorny/protoc:3.9.1 /usr/bin/protoc /usr/bin/
|
COPY --from=gradido/protoc:3.9.1 /usr/bin/protoc /usr/bin/
|
||||||
COPY --from=unicorny/protoc:3.9.1 /usr/lib/libprotobuf.so.20 /usr/lib/libprotobuf.so.20
|
COPY --from=gradido/protoc:3.9.1 /usr/lib/libprotobuf.so.20 /usr/lib/libprotobuf.so.20
|
||||||
COPY --from=unicorny/protoc:3.9.1 /usr/lib/libprotoc.so.20 /usr/lib/libprotoc.so.20
|
COPY --from=gradido/protoc:3.9.1 /usr/lib/libprotoc.so.20 /usr/lib/libprotoc.so.20
|
||||||
COPY --from=unicorny/protoc:3.9.1 /usr/include/google/protobuf/* /usr/include/google/protobuf/
|
COPY --from=gradido/protoc:3.9.1 /usr/include/google/protobuf/* /usr/include/google/protobuf/
|
||||||
|
|
||||||
#VOLUME /root/.conan
|
#VOLUME /root/.conan
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user