Skip to content

Commit

Permalink
Rename DockerFile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HalukErdogan authored Sep 16, 2024
1 parent 94fffb9 commit 7d3b5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerFile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ENV DEBIAN_FRONTEND=noninteractive
# update, upgrade and install packages in one layer, then clean up
RUN apt-get update && apt-get upgrade -y \
&& apt-get install -y build-essential python3 git cmake curl zip unzip tar pkg-config \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 7d3b5c3

Please sign in to comment.