Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 25, 2024
1 parent 6ba6117 commit 157417b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG APT_INSTALL="apt-get install --no-install-recommends -y"
COPY docker/install_depends.sh /tmp
COPY docker/clang_ver.sub /tmp/docker/clang_ver.sub
ARG TARGETPLATFORM
RUN ./install_depends.sh
RUN --mount=type=cache,target=/var/cache ./install_depends.sh

COPY --exclude=.git* --link . /rtpproxy/

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.push
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG BASE_IMAGE
ARG BUILD_IMAGE
FROM $BUILD_IMAGE AS build
RUN rm -rf /rtpproxy && rm -rf /var/cache/*
RUN rm -r /rtpproxy
FROM $BASE_IMAGE
LABEL maintainer="Maksym Sobolyev <[email protected]>"

Expand Down

0 comments on commit 157417b

Please sign in to comment.