mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Cleanup unneeded commands in Dockerfile
This commit is contained in:
parent
55e44e3675
commit
a55dbe212a
1 changed files with 2 additions and 7 deletions
|
@ -808,17 +808,12 @@ RUN git clone https://chromium.googlesource.com/linux-syscall-support.git src/th
|
||||||
WORKDIR src/third_party/lss
|
WORKDIR src/third_party/lss
|
||||||
RUN git checkout e1e7b0ad8e
|
RUN git checkout e1e7b0ad8e
|
||||||
|
|
||||||
WORKDIR ${LibrariesPath}
|
WORKDIR ../../..
|
||||||
|
|
||||||
ENV BreakpadCache ${LibrariesPath}/breakpad-cache
|
|
||||||
|
|
||||||
WORKDIR breakpad
|
|
||||||
RUN ./configure
|
RUN ./configure
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
RUN make DESTDIR="$BreakpadCache" install
|
RUN make DESTDIR="${LibrariesPath}/breakpad-cache" install
|
||||||
|
|
||||||
WORKDIR ..
|
WORKDIR ..
|
||||||
RUN rm -rf gyp
|
|
||||||
|
|
||||||
FROM builder AS webrtc
|
FROM builder AS webrtc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue