Skip to content

Commit

Permalink
Add libstdc++6 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Sep 24, 2023
1 parent 0f4e4bb commit ab47aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER root
RUN apt update \
&& apt upgrade -y \
&& apt install curl -y \
&& apt install libc6 -y
&& apt-get install libc6 libstdc++6 -y

## Installing SurrealDB
RUN curl -sSf https://install.surrealdb.com | sh
Expand Down

0 comments on commit ab47aa7

Please sign in to comment.