Skip to content

Commit

Permalink
Changes to shrink dockerfile / version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 13, 2024
1 parent c913b7d commit f8e69ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . ./fieldbioinformatics/

USER root

RUN apt-get update && apt-get install -y --no-install-recommends build-essential wget procps
RUN apt-get update && apt-get install -y --no-install-recommends procps

USER $MAMBA_USER

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = artic
version = 1.5.1
version = 1.5.2
author = Nick Loman
author_email = [email protected]
maintainer = Sam Wilkinson
Expand Down

0 comments on commit f8e69ca

Please sign in to comment.