Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 10, 2018
1 parent b6722e4 commit cc29851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/galaxy-slurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup && \
groupadd -r $GALAXY_USER -g $GALAXY_GID && \
useradd -u $GALAXY_UID -m -r -g $GALAXY_USER -c "Galaxy user" $GALAXY_USER && \
apt-get update -qq && apt-get install -y --no-install-recommends apt-transport-https \
unattended-upgrades python-pip python-psutil supervisor wget build-essential && \
unattended-upgrades python-pip python-psutil supervisor wget build-essential \
libslurm32 libslurmdb32 && \
wget https://depot.galaxyproject.org/deb/ubuntu/18.04/slurm-drmaa1_1.2.0-dev.deca826_amd64.deb && \
wget https://depot.galaxyproject.org/deb/ubuntu/18.04/slurm-drmaa-dev_1.2.0-dev.deca826_amd64.deb && \
Expand Down

0 comments on commit cc29851

Please sign in to comment.