Skip to content

Commit 009c367

Browse files
committed
Add git to windows docker script
1 parent ce185a2 commit 009c367

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker_native_scripts/windows/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
FROM microsoft/windowsservercore
55
WORKDIR /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>

0 commit comments

Comments
 (0)