Skip to content

Commit

Permalink
Removed no longer needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Paquet committed Mar 17, 2022
1 parent 6f92b42 commit e64e4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ENV LANG="en_US.UTF-8" \
TIMEZONE="UTC" \
MAIL_LIMIT=50

RUN apk add --no-cache ca-certificates openssl \
ruby ruby-bigdecimal ruby-json sqlite-libs libstdc++
RUN apk add --no-cache ruby ruby-bigdecimal \
ruby-json sqlite-libs libstdc++

RUN apk add --no-cache --virtual .build-deps \
ruby-dev make g++ sqlite-dev \
Expand Down

0 comments on commit e64e4d8

Please sign in to comment.