Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 authored Nov 26, 2020
1 parent 02e5e47 commit a1c5040
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
@@ -1,6 +1,6 @@
FROM python:3
RUN apt-get update
RUN apt-get -y install cppcheck
RUN apt-get -y install cppcheck=1.88-1

ADD ./src/entrypoint.py /entrypoint.py
ENTRYPOINT ["python", "/entrypoint.py"]

0 comments on commit a1c5040

Please sign in to comment.