Skip to content

Commit

Permalink
Merge pull request #202 from slonopotamus/conan-boost-1.67-gone
Browse files Browse the repository at this point in the history
Fix ue4-full build failure on Linux caused by boost-1.67 missing in Conan repo
  • Loading branch information
adamrehn authored Sep 10, 2021
2 parents 5760732 + c78a3ed commit 02a1770
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ue4docker/dockerfiles/ue4-full/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ FROM ${NAMESPACE}/ue4-minimal:${TAG}-${PREREQS_TAG}
ARG UE4CLI_VERSION
ARG CONAN_UE4CLI_VERSION

# Clone the UE4Capture repository
RUN git clone "https://github.com/adamrehn/UE4Capture.git" /home/ue4/UE4Capture

# Install CMake, ue4cli, conan-ue4cli, and ue4-ci-helpers
USER root
RUN apt-get update && apt-get install -y --no-install-recommends cmake
Expand All @@ -51,9 +48,6 @@ COPY --from=conan --chown=ue4:ue4 /home/ue4/.conan /home/ue4/.conan
RUN ue4 setroot /home/ue4/UnrealEngine
RUN ue4 conan generate --profile-only

# Build the Conan packages for the UE4Capture dependencies
RUN ue4 conan build MediaIPC-ue4

# Enable PulseAudio support
USER root
RUN apt-get install -y --no-install-recommends pulseaudio-utils
Expand Down

0 comments on commit 02a1770

Please sign in to comment.