Switch alpine to bssh like main.

This commit is contained in:
soup-bowl
2023-01-31 22:11:11 +00:00
parent de642d462d
commit ab7aacca40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses="MIT"
ENV OPENSIM_VERSION 0.9.2.1
RUN apk add --no-cache curl uuidgen screen
RUN apk add --no-cache bash curl uuidgen screen
RUN apk add --no-cache mono --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN mkdir /opt/opensim-tmp \
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -Eeo pipefail
chown -R $(id -u):$(id -g) defaults