Skip to content

Commit 3ab22c7

Browse files
authored
minor docker fix (#93)
Dockerfile has commented out portion for building local revisions. Was using cmake command instead of cmake3
1 parent b7ae265 commit 3ab22c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN git clone https://github.com/aws-samples/aws-iot-securetunneling-localproxy
7676
# rm -rf build/ && \
7777
# mkdir build && \
7878
# cd build && \
79-
# cmake ../ && \
79+
# cmake3 ../ && \
8080
# make
8181

8282
RUN mkdir -p /home/aws-iot-securetunneling-localproxy && \

0 commit comments

Comments
 (0)