File tree Expand file tree Collapse file tree
build-files/prokka/1.15.6 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:noble AS app
77ARG PROKKA_VER
88ARG MINCED_VER
99
10- LABEL base.image="mambaorg/micromamba:2.4.0-ubuntu22.04 "
10+ LABEL base.image="ubuntu:noble "
1111LABEL dockerfile.version="1"
1212LABEL software="Prokka"
1313LABEL software.version="${PROKKA_VER}"
@@ -44,13 +44,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4444# dpkg-dev and gcc is for suppressing a warning (may be removed)
4545
4646# install minced
47- RUN wget https://github.com/ctSkennerton/minced/releases/download/${MINCED_VER}/minced \
47+ RUN wget -q https://github.com/ctSkennerton/minced/releases/download/${MINCED_VER}/minced \
4848 https://github.com/ctSkennerton/minced/releases/download/${MINCED_VER}/minced.jar &&\
4949 chmod +x minced* &&\
5050 mv minced* /usr/local/bin/
5151
5252# install prokka
53- RUN wget https://github.com/tseemann/prokka/archive/refs/tags/v${PROKKA_VER}.tar.gz &&\
53+ RUN wget -q https://github.com/tseemann/prokka/archive/refs/tags/v${PROKKA_VER}.tar.gz &&\
5454 tar -xvf v${PROKKA_VER}.tar.gz && rm v${PROKKA_VER}.tar.gz
5555
5656ENV PATH=$PATH:/prokka-${PROKKA_VER}/bin \
You can’t perform that action at this time.
0 commit comments