Skip to content

Commit

Permalink
Lets see if this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Jul 9, 2023
1 parent c71808f commit fbdb8aa
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
FROM ghcr.io/parkervcp/yolks:debian
LABEL author="Stefanuk12" maintainer="stefanukpadd@gmail.com"

## Install dependencies
USER root
RUN apt update \
&& apt upgrade -y \
&& apt install curl -y

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

## Finishing up
USER container
WORKDIR /home/container

COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
RUN curl -sSf https://install.surrealdb.com | sh

0 comments on commit fbdb8aa

Please sign in to comment.