Skip to content

Commit

Permalink
typo (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored Jul 19, 2022
1 parent b2e18a2 commit bed9bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RUN apt update \
&& pip install --upgrade pip setuptools wheel \
&& pip install -e /tmp/. \
&& pip cache purge \
&& rm -rf /root/.cache/pip
&& rm -rf /root/.cache/pip \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit bed9bfb

Please sign in to comment.