Skip to content

Commit

Permalink
fix: removing apt updates from blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonshaffer committed Sep 23, 2024
1 parent cbb6530 commit c17a3f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM r-base:4.4.1

RUN apt-get update
RUN apt-get install pandoc -y
RUN apt-get install --only-upgrade openssl -y
RUN apt-get install --only-upgrade vim -y

COPY ./src /usr/local/src
WORKDIR /usr/local/src
Expand Down

0 comments on commit c17a3f7

Please sign in to comment.