Skip to content

Commit

Permalink
update docker cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajkd30 committed Mar 2, 2023
1 parent 6752390 commit 71da8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build \
&& (file /code/bin/comdex | grep "statically linked")

# --------------------------------------------------------
FROM alpine:3.16
#FROM alpine:3.16
FROM golang

COPY --from=go-builder /code/bin/comdex /usr/bin/comdex
RUN apt update && apt install -y python3 protobuf-compiler

COPY docker/* /opt/
RUN chmod +x /opt/*.sh
Expand Down
Empty file modified scripts/protoc_swagger_gen.sh
100644 → 100755
Empty file.

0 comments on commit 71da8fe

Please sign in to comment.