Skip to content

Commit

Permalink
Merge pull request #355 from rstudio/add-zip
Browse files Browse the repository at this point in the history
add zip dependency
  • Loading branch information
mslynch committed Jul 12, 2023
2 parents 171fe92 + 904edef commit 8d73ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ RUN apt-get update -qq && \
tdsodbc \
unixodbc \
unixodbc-dev \
wget && \
wget \
zip && \
rm -rf /var/lib/apt/lists/*

# Note: myodbc is not available for focal: https://launchpad.net/myodbc
Expand Down

0 comments on commit 8d73ce0

Please sign in to comment.