Github Workflow fix

This commit is contained in:
Dave Conroy
2022-03-01 16:11:30 -08:00
parent 31e4487827
commit e5dea03d9e
4 changed files with 227 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
FROM docker.io/tiredofit/alpine:3.15
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
### Set Environment Variables
ENV MSSQL_VERSION=17.8.1.1-1 \
@@ -67,4 +68,4 @@ RUN set -ex && \
rm -rf /root/.cache /tmp/* /var/cache/apk/*
### S6 Setup
ADD install /
ADD install /