mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
modified: docker/Dockerfile
This commit is contained in:
parent
1da6ac8de7
commit
ba778eaff9
@ -1,6 +1,6 @@
|
||||
ARG FROMTAG=latest
|
||||
FROM quay.io/nushell/nu-base:${FROMTAG} as base
|
||||
FROM ubuntu:18.04
|
||||
FROM gitpod/workspace-full
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user