Update Dockerfile

This commit is contained in:
Sean Hellum 2019-09-27 19:47:28 -05:00 committed by GitHub
parent ba778eaff9
commit f7d5ddbc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
ARG FROMTAG=latest
FROM quay.io/nushell/nu-base:${FROMTAG} as base
FROM gitpod/workspace-full
FROM ubuntu:18.04
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y libssl-dev \