Archived
1
0

feat: add docker image release for Ubuntu based image (#5688)

This commit is contained in:
Wei HU
2022-10-24 14:41:19 -04:00
committed by GitHub
parent 031e903979
commit bbf18cc6b0
2 changed files with 57 additions and 10 deletions

View File

@ -1,9 +1,10 @@
# syntax=docker/dockerfile:experimental
ARG BASE=debian:11
FROM scratch AS packages
COPY release-packages/code-server*.deb /tmp/
FROM debian:11
FROM $BASE
RUN apt-get update \
&& apt-get install -y \