Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
fix: Remove shell directive in build stage (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Jul 17, 2020
1 parent eb26d2f commit 4bf7e27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions theia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM ubuntu:18.04 AS builder

# Set the SHELL to bash with pipefail option
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# install development tools
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
&& apt-get install -y \
curl \
sudo \
build-essential \
Expand Down

0 comments on commit 4bf7e27

Please sign in to comment.