Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Nov 24, 2024
1 parent 5ef4e22 commit 8ccc36a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM ubuntu:21.04
FROM ubuntu:22.04

WORKDIR /basilisk

RUN apt-get update && apt-get install -y ca-certificates

RUN useradd -m -u 1000 -U -s /bin/sh -d /basilisk basilisk && \
mkdir -p /basilisk/.local/share/basilisk && \
ln -s /basilisk/.local/share/basilisk /data && \
Expand Down

0 comments on commit 8ccc36a

Please sign in to comment.