Skip to content

Commit

Permalink
Merge pull request #35 from internet2/comanage-cron
Browse files Browse the repository at this point in the history
add apt-get update
  • Loading branch information
chubing authored Dec 8, 2020
2 parents ed03161 + b8ec821 commit b576e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workbench/comanage_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV COMANAGE_REGISTRY_EMAIL_HOST=smtp.example.edu
#ENV SHIBBOLETH_SP_METADATA_PROVIDER_XML=sdf
#ENV SHIBBOLETH_SP_SAMLDS_URL=thing

RUN yum -y update && yum -y install --setopt=tsflags=nodocs epel-release python-pip && pip install awscli && pip install --upgrade pip
RUN apt-get update

ARG maintainer=my
ARG imagename=comanage
Expand Down

0 comments on commit b576e7c

Please sign in to comment.