Update Dockerfile

- Reverted to single-stage build
- Removed dependency on deprecated Ubuntu 16.04 (per #371)
This commit is contained in:
TheCaptain989
2022-05-13 10:30:13 -05:00
committed by GitHub
parent 024b80026f
commit 3d27286980
+2 -8
View File
@@ -1,13 +1,7 @@
## Buildstage ##
FROM lsiobase/ubuntu:xenial as buildstage
# Stage local files
COPY root/ /root-layer/
## Single layer deployed image ##
FROM scratch
LABEL maintainer="TheCaptain989"
# Copy files from buildstage
COPY --from=buildstage /root-layer/ /
# Copy local files
COPY root/ /