(might fail) remove rm rf call

This commit is contained in:
Aaron Trudeau
2021-10-20 01:29:22 -04:00
parent db9152881f
commit 22f74ebca7

View File

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