Skip to content

Commit

Permalink
trying out another dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nrminor committed Aug 27, 2024
1 parent 8e8b594 commit 485221a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENTRYPOINT ["bash"]

# Install a few ubuntu dependencies
RUN apt-get update && \
apt install --fix-broken && \
apt-get install -y \
build-essential \
curl \
Expand All @@ -22,7 +23,9 @@ RUN apt-get update && \
cmake \
libxml2-dev \
libxslt-dev \
libffi-dev \
git && \
apt install --fix-broken && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
mkdir /dependencies && \
Expand Down

0 comments on commit 485221a

Please sign in to comment.