Skip to content

Commit

Permalink
make sonarcube a bit happier
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Oct 23, 2024
1 parent e2ed969 commit 175002a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM debian:bookworm-slim AS base
ARG PIXIENV
RUN apt-get update && apt-get install -y curl
RUN apt-get update && apt-get install -y curl && apt clean && useradd deltares

RUN useradd deltares
USER deltares
WORKDIR /home/deltares

RUN curl --proto="https" -fsSL https://pixi.sh/install.sh | bash
RUN curl --proto "=https" -fsSL https://pixi.sh/install.sh | bash
ENV PATH=/home/deltares/.pixi/bin:$PATH
COPY pixi.toml pixi.lock pyproject.toml README.rst ./
COPY data/ ./data
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ New

Changed
-------
- Rasterio have as been limited to ``<1.4.0``(#1097)
- Rasterio have as been limited to ``<1.4.0`` (#1097)

Fixed
-----
- Fixed incorrect arguments causing crashes in geom_component._region_data() (#1091)
- Fixed incorrect arguments causing crashes in ``geom_component._region_data()`` (#1091)

Deprecated
----------
Expand Down

0 comments on commit 175002a

Please sign in to comment.