Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Wordpress Docker
Commits
2cb9562a
Commit
2cb9562a
authored
Dec 20, 2019
by
Michael Iseard
Browse files
Add yarn Dockerfile to fix issues with optipng
parent
51adb5c8
Changes
1
Show whitespace changes
Inline
Side-by-side
build/yarn/Dockerfile
0 → 100644
View file @
2cb9562a
# specify the node base image with your desired version node:<version>
FROM
node:10-alpine
RUN
apk
--no-cache
add pkgconfig autoconf automake libtool nasm build-base zlib-dev
EXPOSE
8888
Write
Preview
Supports
Markdown
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