Skip to content

Commit

Permalink
fix: install all necessary software
Browse files Browse the repository at this point in the history
Signed-off-by: Xoán Mallón <xoanmallon.moure@docplanner.com>
  • Loading branch information
xoanmm committed Jun 1, 2022
1 parent b524123 commit 55bf1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && \
apt-get install software-properties-common -y
RUN apt-add-repository ppa:git-core/ppa && \
apt update && \
apt install -y wget curl build-essential git git-lfs
apt install -y wget curl build-essential git git-lfs unzip

# Use Bash instead of Dash
RUN ln -sf bash /bin/sh
Expand Down

0 comments on commit 55bf1ce

Please sign in to comment.