Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Aug 9, 2024
1 parent 18f7b6f commit ce1e789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN adduser ots -h /var/lib/onetime -D && \
apk --no-cache --virtual .build-deps add build-base git && \
git clone https://github.com/onetimesecret/onetimesecret.git && \
cd onetimesecret && \
bundle update && \
bundle install --frozen --deployment --without=dev && \
bin/ots init && \
apk del .build-deps
Expand Down

0 comments on commit ce1e789

Please sign in to comment.