Skip to content

Commit 33d89b0

Browse files
committed
Add compiler stuff to samson-deployment
1 parent d023486 commit 33d89b0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docker/samson-deployment/latest/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ RUN npm install -g npm \
171171

172172
# Deployer stack
173173
RUN set -x \
174+
# Compiler stuff
175+
&& /usr/local/bin/apt-install \
176+
build-essential \
174177
# Deployer: Ansistratno (https://github.com/ansistrano)
175178
&& ansible-galaxy install --force \
176179
carlosbuenosvinos.ansistrano-deploy \

template/Dockerfile/images/samson-deployment.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ RUN npm install -g npm \
4242

4343
# Deployer stack
4444
RUN set -x \
45+
# Compiler stuff
46+
&& /usr/local/bin/apt-install \
47+
build-essential \
4548
# Deployer: Ansistratno (https://github.com/ansistrano)
4649
&& ansible-galaxy install --force \
4750
carlosbuenosvinos.ansistrano-deploy \

0 commit comments

Comments
 (0)