Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
to move docker-clean from loaded config path
  • Loading branch information
ruffsl committed Mar 20, 2023
1 parent c2d5671 commit 46e4798
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 @@ -109,7 +109,7 @@ RUN . $UNDERLAY_WS/install/setup.sh && \
FROM builder AS dever

# edit apt for caching
RUN cp /etc/apt/apt.conf.d/docker-clean /etc/apt/
RUN mv /etc/apt/apt.conf.d/docker-clean /etc/apt/

# install developer dependencies
RUN apt-get update && \
Expand Down

0 comments on commit 46e4798

Please sign in to comment.