Skip to content

Commit

Permalink
Create /partial dir for apt on 0.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 11, 2023
1 parent 122a532 commit 8cb6cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/Dockerfile-0.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
apt-get install -y `cat sarge-versions.txt | sed 's/^/r-/'` && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
mkdir -p /var/lib/apt/lists/partial && \
rm sarge-versions.txt

WORKDIR /root
Expand Down

0 comments on commit 8cb6cb4

Please sign in to comment.