Skip to content

Commit

Permalink
Install libc6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Sep 24, 2023
1 parent 3b60a1b commit 0f4e4bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ LABEL author="Stefanuk12" maintainer="stefanukpadd@gmail.com"
USER root
RUN apt update \
&& apt upgrade -y \
&& apt install curl -y
&& apt install curl -y \
&& apt install libc6 -y

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

0 comments on commit 0f4e4bb

Please sign in to comment.