Skip to content

Commit

Permalink
Fix extra &&
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-xilinx committed Feb 25, 2022
1 parent 0f38c27 commit ef051a3
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 @@ -565,7 +565,7 @@ RUN apt-get update \
&& cp ./xrm.deb ${COPY_DIR}; \
fi; \
# clean up
&& apt-get clean -y \
apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
&& rm -fr /tmp/*

Expand Down

0 comments on commit ef051a3

Please sign in to comment.