Skip to content

Commit

Permalink
add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 8, 2020
1 parent 32442ad commit b8ec821
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 b8ec821

Please sign in to comment.