Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58d0dee73d | |||
| 3923449dee | |||
| e94c628024 |
@@ -1 +1,8 @@
|
|||||||
FROM node:20
|
FROM node:20
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y ssh-client
|
||||||
|
|
||||||
|
# Clean up
|
||||||
|
RUN apt-get autoremove -y \
|
||||||
|
&& apt-get clean -y \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.1](https://gitlab.com/oceanbox/busynix/compare/v1.0.0...v1.0.1) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add ssh-client to devcontainer ([e94c628](https://gitlab.com/oceanbox/busynix/commit/e94c62802409bc0667aaba771ca57321b1e962a1))
|
||||||
|
|
||||||
# 1.0.0 (2024-01-29)
|
# 1.0.0 (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user