File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,8 @@ RUN apt-get install -yq wget && \
10
10
apt-get purge -yq wget
11
11
12
12
13
- EXPOSE 22 8000
14
-
15
13
ENV PATH="/opt/chefdk/embedded/bin/ruby:${PATH}"
16
14
17
- COPY insecure_key.pem /root/.ssh/id_rsa
18
15
19
16
COPY docker-entrypoint.sh /usr/local/bin/
20
17
Original file line number Diff line number Diff line change 1
- FROM codespaces/akurath:v0.2 .0
1
+ FROM codespaces/akurath:v0.1 .0
2
2
MAINTAINER Vijayboopathy E <
[email protected] >
3
3
4
4
RUN apt-get install -yq wget && \
@@ -9,6 +9,13 @@ RUN apt-get install -yq wget && \
9
9
rm -rf chefdk_1.0.3-1_amd64.deb && \
10
10
apt-get purge -yq wget
11
11
12
+ RUN apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && \
13
+ echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" >> /etc/apt/sources.list.d/docker.list && \
14
+ apt-get update && \
15
+ apt-get install -yq docker-engine && \
16
+ apt-get install -y openssh-server sudo vim && \
17
+ mkdir /var/run/sshd && \
18
+ echo 'StrictHostKeyChecking no' >> /etc/ssh/ssh_config
12
19
13
20
EXPOSE 22 8000
14
21
You can’t perform that action at this time.
0 commit comments