Skip to content

Commit

Permalink
build: add libs to Docker build with emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Feb 7, 2024
1 parent cabc49f commit b9da6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ ADD build/emulator/startup.sh /home/pgadapter/startup.sh
RUN chmod +x /home/pgadapter/startup.sh

# Add the emulator binaries.
COPY --from=emulator /lib/* /lib/
COPY --from=emulator /lib64/* /lib64/
COPY --from=emulator /usr/lib/* /usr/lib/
COPY --from=emulator /var/* /var/
COPY --from=emulator /gateway_main /emulator/gateway_main
COPY --from=emulator /emulator_main /emulator/emulator_main
COPY --from=emulator /licenses.txt.gz /emulator/licenses.txt.gz
Expand Down

0 comments on commit b9da6ec

Please sign in to comment.