Skip to content

Commit

Permalink
fix(node/pterodactyl/debian): this should be sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenShibata committed Oct 9, 2022
1 parent 24eef9d commit 216a315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/pterodactyl/16/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update \
ffmpeg \
git \
openssl \
sqlite \
sqlite3 \
tar \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& apt-get autoremove -y \
Expand Down
2 changes: 1 addition & 1 deletion node/pterodactyl/18/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update \
ffmpeg \
git \
openssl \
sqlite \
sqlite3 \
tar \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& apt-get autoremove -y \
Expand Down

0 comments on commit 216a315

Please sign in to comment.