File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
docker_native_scripts/windows Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 44FROM microsoft/windowsservercore
55WORKDIR /opt/
66
7+ # ================= Install Git ============================================================================
8+ RUN @powershell iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1' ))
9+ RUN cinst -y git
10+
711# ================= HTTPS Certificate =====================================================================
812
913# RUN wget https://www.amazontrust.com/repository/SFSRootCAG2.pem
@@ -34,7 +38,7 @@ ENTRYPOINT ["/opt/amazon-kinesis-video-streams-producer-sdk-cpp/kinesis-video-na
3438#
3539# > docker images
3640# REPOSITORY TAG IMAGE ID CREATED SIZE
37- # windowsdockerrtsptest latest 02181afc49f9 4 seconds ago 14.1GB
41+ # windowsdockerrtsptest latest 02181afc49f9 4 seconds ago 15GB
3842#
3943# ===== Step 3. Start the container with credentials ==========================================================
4044# > docker run -it 02181afc49f9 <AWS_ACCESS_KEY_ID> <AWS_SECRET_ACCESS_KEY> <RTSP_URL> <STREAM_NAME>
You can’t perform that action at this time.
0 commit comments