Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Apr 8, 2024
1 parent f2041e0 commit 0f3ce2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#FROM ubuntu:22.04
FROM alpine
FROM ubuntu:22.04
#FROM alpine

#RUN apt update && apt install -y wine unzip wget
RUN apk add --no-cache wine unzip wget
RUN apt update && apt install -y wine unzip wget
#RUN apk add --no-cache wine unzip wget

RUN mkdir -p /godot/releases && mkdir -p /godot/templates
WORKDIR /godot
Expand Down

0 comments on commit 0f3ce2b

Please sign in to comment.