Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Mastodon
Commits
5c9ed4d9
Commit
5c9ed4d9
authored
Aug 09, 2020
by
kaiyou
Committed by
Angedestenebres
Dec 19, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify full path for bash shell when building
parent
5f20e12a
Pipeline
#2871
passed with stage
in 21 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5c9ed4d9
FROM
ubuntu:20.04 as build-dep
# Use bash for the shell
SHELL
["bash", "-c"]
SHELL
["
/usr/bin/
bash", "-c"]
# Install Node v12 (LTS)
ENV
NODE_VER="12.16.3"
...
...
Angedestenebres
🐈
@Angedestenebres
mentioned in issue
#31 (closed)
·
Dec 19, 2020
mentioned in issue
#31 (closed)
mentioned in issue #31
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment