(might fail) remove rm rf call

pull/164/head
Aaron Trudeau 2021-10-20 01:29:22 -04:00
parent db9152881f
commit 22f74ebca7
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ RUN apt-get update \
&& apt-get install -y --force-yes \ && apt-get install -y --force-yes \
jq \ jq \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
ADD steps /steps ADD steps /steps
RUN chmod -R +x /steps RUN chmod -R +x /steps