Skip to content

Commit

Permalink
move rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OttPeterR committed Oct 9, 2023
1 parent 61e0283 commit bf789be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions babybuddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN \
# hadolint ignore=DL3003
RUN \
echo "**** install build packages ****" && \
apk add --no-cache rust cargo && \
apk add --no-cache --virtual=build-dependencies \
build-base \
curl \
Expand All @@ -46,7 +45,9 @@ RUN \
py3-mysqlclient \
py3-pip \
python3 \
nginx
nginx \
rust \
cargo

RUN \
echo "**** installing ****" && \
Expand Down

0 comments on commit bf789be

Please sign in to comment.