Skip to content

Commit

Permalink
Merge pull request #381 from aofarrel/update-base-image
Browse files Browse the repository at this point in the history
Update base image, fix #370
  • Loading branch information
yatisht authored Oct 9, 2024
2 parents 6d2799c + bc4f0f1 commit 5ce4182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
ENV DEBIAN_FRONTEND=noninteractive
USER root
RUN apt-get update && apt-get install -yq --no-install-recommends \
git wget \
ca-certificates \
sudo python3 python3-pip
# faSomeRecords and faSize are needed for the UShER WDL workflow
WORKDIR /HOME/kentsource
RUN wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/faSomeRecords
RUN wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/faSize
Expand All @@ -16,6 +17,5 @@ WORKDIR usher
## Checkout latest release
#RUN git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
RUN ./install/installUbuntu.sh
# faSomeRecords and faSize are needed for the UShER WDL workflow
## set the path
ENV PATH="/HOME/usher/build:/HOME/kentsource:${PATH}"

0 comments on commit 5ce4182

Please sign in to comment.