Skip to content

Commit

Permalink
Merge pull request NabuCasa#32 from agners/remove-git-database
Browse files Browse the repository at this point in the history
Optimize container image size
  • Loading branch information
agners authored Aug 9, 2023
2 parents 5797090 + 9eeda0f commit 19dcdc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ ARG GECKO_SDK_VERSION="v4.3.1"

RUN \
git clone --depth 1 -b ${GECKO_SDK_VERSION} \
https://github.com/SiliconLabs/gecko_sdk.git
https://github.com/SiliconLabs/gecko_sdk.git \
&& rm -rf gecko_sdk/.git

ARG USERNAME=builder
ARG USER_UID=1000
Expand Down

0 comments on commit 19dcdc6

Please sign in to comment.