Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fhcrc/taxtastic
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 15, 2024
2 parents 1e34cee + 816e5b8 commit 845d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build --build-arg VERSION=something --tag taxtastic:latest .
FROM python:3.11-slim-bullseye

ARG VERSION=
ARG VERSION
ENV PIP_ROOT_USER_ACTION=ignore TAXTASTIC_VERSION=${VERSION#v}

RUN apt-get -y update && apt-get upgrade -y && apt-get install -y unzip wget
Expand Down

0 comments on commit 845d17a

Please sign in to comment.