File tree 3 files changed +18
-16
lines changed
3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
FROM puppet/pdk:latest
2
2
3
+ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
+ && apt-get -y install --no-install-recommends build-essential
5
+
3
6
# [Optional] Uncomment this section to install additional packages.
4
7
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
5
8
# && apt-get -y install --no-install-recommends <your-package-list-here>
6
-
Original file line number Diff line number Diff line change 1
1
# devcontainer
2
2
3
-
4
3
For format details, see https://aka.ms/devcontainer.json .
5
4
6
5
For config options, see the README at:
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Puppet Development Kit (Community)" ,
3
- "dockerFile" : " Dockerfile" ,
2
+ "name" : " Puppet Development Kit (Community)" ,
3
+ "dockerFile" : " Dockerfile" ,
4
+ "runArgs" : [" --name" , " devcontainer-puppetlabs-docker" ],
5
+ "settings" : {
6
+ "terminal.integrated.profiles.linux" : {
7
+ "bash" : {
8
+ "path" : " bash"
9
+ }
10
+ }
11
+ },
4
12
5
- "settings" : {
6
- "terminal.integrated.profiles.linux" : {
7
- "bash" : {
8
- "path" : " bash" ,
9
- }
10
- }
11
- },
12
-
13
- "extensions" : [
14
- " puppet.puppet-vscode" ,
15
- " rebornix.Ruby"
16
- ]
13
+ "extensions" : [
14
+ " esbenp.prettier-vscode" ,
15
+ " puppet.puppet-vscode" ,
16
+ " rebornix.Ruby"
17
+ ]
17
18
}
You can’t perform that action at this time.
0 commit comments