Skip to content

Commit

Permalink
Removed -y
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Jul 10, 2023
1 parent 625f0a2 commit 2d7f33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL author="Stefanuk12" maintainer="stefanukpadd@gmail.com"
## Install dependencies
USER root
RUN apk update \
&& apk upgrade -y \
&& apt add curl -y
&& apk upgrade \
&& apt add curl

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

0 comments on commit 2d7f33c

Please sign in to comment.