Skip to content
Snippets Groups Projects
Commit e6394aba authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Update ARNocAlphaLinuxPixelStreamingClient

parent 7c3691c6
No related branches found
No related tags found
No related merge requests found
# Perform the build in an Unreal Engine container image that includes the Engine Tools and Linux support for Pixel Streaming
FROM gitlab-registry.nrp-nautilus.io/ar-noc/arnoc-alpha/unreal-engine:dev-5.0.0 AS builder
#FROM ubuntu AS builder
FROM gitlab-registry.nrp-nautilus.io/ar-noc/arnoc-alpha/unreal-engine:dev-5.0.3 AS builder
USER root
# S3 Assets
RUN apt-get update
RUN apt-get install --no-install-recommends -y wget rclone curl ntp ca-certificates
COPY . /tmp/project
# Build and package our Unreal project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment