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

Update ARNocAlphaLinuxPixelStreamingClient

parent 96b3d1da
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,12 @@
FROM gitlab-registry.nrp-nautilus.io/ar-noc/arnoc-alpha/unreal-engine:dev-slim-5.0.2 AS builder
#FROM ubuntu AS builder
USER root
# S3 Assets
RUN apt update
RUN apt-get update
RUN apt-get install --no-install-recommends -y wget rclone curl ntp ca-certificates vim
RUN apt-get install --no-install-recommends -y wget rclone curl ntp ca-certificates
COPY . /tmp/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