Skip to content

Commit

Permalink
Added missing libsecret dependency to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYW committed Dec 13, 2020
1 parent 6ccc79b commit b476cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
fi

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
RUN apt-get update && apt-get install -y libsecret-1-dev
# && apt-get -y install --no-install-recommends <your-package-list-here>

# [Optional] Uncomment if you want to install an additional version of node using nvm
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-drive-azure-storage",
"version": "4.1.5",
"version": "4.1.10",
"description": "Azure storage driver for AdonisJS drive",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b476cfb

Please sign in to comment.