From ab7aacca404e857eae36f4efc0374de5c5fbe2f7 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Tue, 31 Jan 2023 22:11:11 +0000 Subject: [PATCH] Switch alpine to bssh like main. --- beta/alpine-beta/Dockerfile | 2 +- beta/alpine-beta/docker-entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/alpine-beta/Dockerfile b/beta/alpine-beta/Dockerfile index 0dbcfb9..27f142b 100644 --- a/beta/alpine-beta/Dockerfile +++ b/beta/alpine-beta/Dockerfile @@ -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 \ diff --git a/beta/alpine-beta/docker-entrypoint.sh b/beta/alpine-beta/docker-entrypoint.sh index 7685e91..f6749fd 100755 --- a/beta/alpine-beta/docker-entrypoint.sh +++ b/beta/alpine-beta/docker-entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -Eeo pipefail chown -R $(id -u):$(id -g) defaults