Skip to content

Commit

Permalink
minor docker fix (#93)
Browse files Browse the repository at this point in the history
Dockerfile has commented out portion for building local revisions. Was using cmake command instead of cmake3
  • Loading branch information
shangabl authored Aug 12, 2022
1 parent b7ae265 commit 3ab22c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN git clone https://github.com/aws-samples/aws-iot-securetunneling-localproxy
# rm -rf build/ && \
# mkdir build && \
# cd build && \
# cmake ../ && \
# cmake3 ../ && \
# make

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

0 comments on commit 3ab22c7

Please sign in to comment.