Skip to content

Commit

Permalink
Lets try alpine to see if that works too
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Jul 10, 2023
1 parent dc9ad7d commit d61157e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/parkervcp/yolks:debian
FROM ghcr.io/parkervcp/alpine:debian
LABEL author="Stefanuk12" maintainer="stefanukpadd@gmail.com"

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

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

0 comments on commit d61157e

Please sign in to comment.