We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d023486 commit 33d89b0Copy full SHA for 33d89b0
2 files changed
docker/samson-deployment/latest/Dockerfile
@@ -171,6 +171,9 @@ RUN npm install -g npm \
171
172
# Deployer stack
173
RUN set -x \
174
+ # Compiler stuff
175
+ && /usr/local/bin/apt-install \
176
+ build-essential \
177
# Deployer: Ansistratno (https://github.com/ansistrano)
178
&& ansible-galaxy install --force \
179
carlosbuenosvinos.ansistrano-deploy \
template/Dockerfile/images/samson-deployment.jinja2
@@ -42,6 +42,9 @@ RUN npm install -g npm \
42
43
44
45
46
47
48
49
50
0 commit comments