Skip to content
Snippets Groups Projects
Unverified Commit 04b9935b authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind Committed by GitHub
Browse files

Dockerfile: fix mixed indentation (#2727)

parent 047f4fb0
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ insert_final_newline = true ...@@ -7,6 +7,10 @@ insert_final_newline = true
indent_style = tab indent_style = tab
charset = utf-8 charset = utf-8
[Dockerfile]
indent_style = space
indent_size = 4
[/patches/**] [/patches/**]
indent_style = unset indent_style = unset
indent_size = unset indent_size = unset
......
...@@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ecdsautils \ ecdsautils \
lua-check \ lua-check \
shellcheck \ shellcheck \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN useradd -d /gluon gluon RUN useradd -d /gluon gluon
USER gluon USER gluon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment